Thanks for the great program!
I'm trying to use it to share files - but
unfortunately most of my directory names with special
(to php) characters.
The most common I see causing problems are parens ()
aprost ' amper &
I assume there are others (such as quotes etc) that
will do the same thing. I don't do any real php
coding, but I remember seeing some text functions that
are supposed to escape special chars for you - so
hopefully it's easy to fix :)
To reproduce the problem, just make some directories
whose names include some of the characters above. You
won't be able to access their contents by clicking on
them. Also, the state gets messed up after clicking
one (you'll need to click a working directory 2x to
get it to come up after).
I haven't tested file functions (copy/edit etc) with
filenames with special characters. They may be
impacted the same way. If they aren't, use whatever
magik processing you did on them for the directories ;)
Thanks!