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