Python Doc Error: os.makedirs

pclinch at internet-glue.co.uk pclinch at internet-glue.co.uk
Wed Oct 19 05:54:44 EDT 2005


if os.access( path, os.F_OK):
  print 'path exists'

See also os.stat(path) for further info. about a file or dir.

regards, Paul Clinch




More information about the Python-list mailing list