Re: opening files with spaces in pathname?
- Posted by DanM Mar 04, 2009
- 794 views
DanM said...
I seem to not be able to cause a file to open because of having spaces in the files pathname, and I think I remember that there is some way to work around this. Is there such a trick, and if so, what is it?
Dan
jeeze, another silly mistake, plus the power of a wrong assumption: it wasn't a problem with spaces in the path AT ALL, it was that I was reading the file WRONGLY (was reading a line at a time, but then didn't notice that it needed to concatenate the lines).
sigh, nevermind, sorry 'bout that.
Dan