FileExists() in Python?
Roeland Rengelink
r.b.rigilink at chello.nl
Mon May 14 09:46:23 EDT 2001
More information about the Python-list mailing list
Mon May 14 09:46:23 EDT 2001
- Previous message (by thread): FileExists() in Python?
- Next message (by thread): I'm sure its obvious but...XML node question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"Owen F. Ransen" wrote: > > What is the best style for writing a platform > independent FileExists function? Using exceptions? > Have a look at the os.path module in the standard library. os.path.exists(path) is what you're looking for Roeland -- r.b.rigilink at chello.nl "Half of what I say is nonsense. Unfortunately I don't know which half"
- Previous message (by thread): FileExists() in Python?
- Next message (by thread): I'm sure its obvious but...XML node question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list