Re: opening files with spaces in pathname?
- Posted by jeremy (admin) Mar 04, 2009
- 866 views
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