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
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to