Hi all,
I'm working on a browser that will go through MP3 files. The directories are album names, and many of them contain single quotes (apostrophes, etc.). When I need to change to the directory and list the files it won't let me put that string in as the directory with those extra single quotes.
I also need to pass this directory name in the URL as a variable, so it's urlencoded.
What should I do? Thanks!