How to check if a directory is exist in python?

plahey at alumni.caltech.edu plahey at alumni.caltech.edu
Sun Mar 19 16:37:35 EST 2006


Check out os.path.isdir(path_name)

http://docs.python.org/lib/module-os.path.html




More information about the Python-list mailing list