Re: opening files with spaces in pathname?
- Posted by DanM Mar 04, 2009
- 881 views
jeremy said...
Dan,
Can you give us an example? I just tried:
? open("hello world how are you doing.txt", "r")
and it opened the file just fine. Further, read_file("...") read the file w/o issue.
Jeremy
It's the PATHNAME (path + filename) that has spaces in some of the FOLDER'S NAMES that I think is making the file not open.
Dan