Is there any way to get around this:-
shell("textedit.exe", "\storage card\program files\test.txt")
It seems that any directory that contains spaces is not valid to the shell command on the PPC or desktop.
I've tried padding the spaces with the '_' but to no avail.
Single name directories work ok eg.
shell("textedit.exe", "\temp\temp\test.txt")
A bit baffled here!
shell("textedit.exe", "\storage card\program files\test.txt")
It seems that any directory that contains spaces is not valid to the shell command on the PPC or desktop.
I've tried padding the spaces with the '_' but to no avail.
Single name directories work ok eg.
shell("textedit.exe", "\temp\temp\test.txt")
A bit baffled here!