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 -- http://mail.python.org/mailman/listinfo/python-list
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 -- http://mail.python.org/mailman/listinfo/python-list