PDA

View Full Version : problem with filename


mohan
09-27-2003, 02:11 AM
Hi Antun,

I am getting this error message, "escaped absolute path not valid" whenever i select an image with filename contains brackets like ("b_left[1].gif"),by using setSource() method .
But it (setSource()) works fine for file names without bracket.


I hope u understand my problem.

Thanks alot
Mallesh

antun
09-29-2003, 09:16 AM
I've filed a bug on this (bug #2222). However I would not recommend using square brackets in filenames at all - while this may be OK on a Windows machine, a UNIX/Linux based OS may not be happy with such special characters.

-Antun