Re: difficulty with dir()
- Posted by useless Oct 18, 2009
- 1015 views
Still no joy. I get the same result on
listing = win_dir(doc_root & path)
as with
listing = dir(doc_root & path)
listing is set to -1. But either will work if i remove that 2-byte little << character from the directory name.
useless