[Tutor] (no subject)

Selby Rowley Cannon selbyrowleycannon at ymail.com
Sun Aug 19 21:29:22 CEST 2012


OK, I have some code, and it uses glob.glob('*.py') to find all the 
python files in the current directory.
Just thought i'd ask, would:

glob.glob('C:\*.py') (Windows), or

glob.glob('/*.py') (*nix)

find all the python files on the system? Thanks


More information about the Tutor mailing list