I was wondering if somebody has created a patch to get the openpanel object to escape absolute paths in unix.
I am getting a weird error when I try to open a file with spaces or characters that need escaping , ie '-' in them.
For example: if you want to open a file named "01 temp - my song.wav" you would have to enter "01\ temp\ \- my\ song.wav". But if you try and enter that into a read message you'll get an error like "keycode 92: dropped" .
Similarly, if you use openpanel to select the same file, it will return /pathto/ 01 temp - my song.wav, not the escaped version.
So I guess my question is, short of renaming my entire sound file collection...
How do I open these files?????