How to detect the presence of a html file

Peter Hansen peter at engcorp.com
Fri Dec 9 18:57:02 EST 2005


Irmen de Jong wrote:
> Forward slashes as path separator only works on NTFS volumes I believe.

I'm not sure what they *don't* work on, but at the least they also work 
across the network as in:

  os.listdir('//server/shared/xfer')

Maybe that still qualifies as "NTFS"...

-Peter




More information about the Python-list mailing list