Re: How to detect if file is a directory

2005-04-09 Thread César Leonardo Blum Silveira
Thanks :-) On Apr 9, 2005 3:55 PM, Tim Jarman <[EMAIL PROTECTED]> wrote: > César Leonardo Blum Silveira wrote: > > > Hello all, I'm new to this list. > > > > How can I detect if a file is a directory or not? > > > > Thanks > > > > César > > The os module contains many helpful tools for working w

Re: How to detect if file is a directory

2005-04-09 Thread Tim Jarman
César Leonardo Blum Silveira wrote: > Hello all, I'm new to this list. > > How can I detect if a file is a directory or not? > > Thanks > > César The os module contains many helpful tools for working with files, directories, links and so forth. Check out the docs and marvel. The following snip