No validation routine for an os.path

Edward Diener eldiener at earthlink.net
Mon Aug 16 20:08:18 EDT 2004


Try as I might I can not find a routine in os.path which validates whether
or not a path is syntactically valid, either as a directory or as a file.
This is surprising since, although I know this is OS dependent, Python has
many other classes and functions which will work properly depending on what
OS they are currently running under. Is there such a path validation routine
in any of the libraries distributed with Python or in any other 3rd party
Python libraries ?





More information about the Python-list mailing list