RE: module on files & directories

2005-01-13 Thread Robert Brewer
Sara Fwd wrote: > > Can anybody help me find a module or a function that > > looks in a directory and defines whether the objects > > in there are files or directories? and Simon Brunning replied: > See os.path.isfile() and os.path.isdir() - > . I s

Re: module on files & directories

2005-01-13 Thread Simon Brunning
On Thu, 13 Jan 2005 04:51:22 -0800 (PST), Sara Fwd <[EMAIL PROTECTED]> wrote: > Hi all > > Can anybody help me find a module or a function that > looks in a directory and defines whether the objects > in there are files or directories? See os.path.isfile() and os.path.isdir() -