"../" path redirect works in windows but not linux

Thanks in advance to anyone who can help me with this.

My problem is that I am trying to load a file (config.txt) from a directory that is one level up from the folder the flash player is in. (So if my flash player was in /home/player/run, my config.txt would be in /home/player)The code I have works fine in windows, but when I run it on a linux box, the path redirect doesn’t work.
*
configurationPath="…/config.txt";
lov.load(configurationPath);
*
In windows, the “…/” redirects the path up one level and flash can find the config.txt file just fine. When I run it in linux, (apparently) the config file isn’t found.

I can’t find any information on any differences between the windows or linux flash players, and all linux references I can find state the"…/" redirect should move the path back one level. If anybody has any idea of what I am doing wrong, I would be most appreciative!
Thanks,
:slight_smile: