using os
Jean Brouwers
mrjean1ATcomcastDOTnet at no.spam.net
Mon Nov 29 16:52:45 EST 2004
More information about the Python-list mailing list
Mon Nov 29 16:52:45 EST 2004
- Previous message (by thread): Random number generation from functions
- Next message (by thread): using os
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Check the os.walk() and os.path.walk() functions. More details and some examples are at <http://docs.python.org/lib/os-file-dir.html> resp. <http://docs.python.org/lib/module-os.path.html> /Jean Brouwers In article <mailman.6890.1101764022.5135.python-list at python.org>, Juliano Freitas <jubafre at atlas.ucpel.tche.br> wrote: > how can i get just the directories in other directorie without a files > using the os module in Python?? > > > Juliano > > >
- Previous message (by thread): Random number generation from functions
- Next message (by thread): using os
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list