On the mac, can't open files that have a space in the path.
uses
> open filePath
putting quotes around the filePath doesn't work.
changing the spaces to "\ " doesn't work.
changing the spaces to %20 doesn't work.
On the PC, suggested solution is putting quotes around the file path.
this is expected to work, but must be tried out.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1001225
On the mac, can't open files that have a space in the path.
uses
> open filePath
putting quotes around the filePath doesn't work.
changing the spaces to "\ " doesn't work.
changing the spaces to %20 doesn't work.
On the PC, suggested solution is putting quotes around the file path.
this is expected to work, but must be tried out.
Logged In: YES
user_id=1001225
A relevant point - once files are renamed according to the
convention and placed in the program's folder, there
shouldn't be any trouble opening them.
Logged In: YES
user_id=1001225
Include note that files must be in directory to open them.