
12-03-2009, 02:21 PM
|
|
jwd
|
 |
Join Date: Oct 2005
Location: Greater Manchester
Posts: 2,423
|
|
Quote:
Originally Posted by Riot
As a note, you can use the "removeescapesfromfilename" function to removing the escaping used in filenames (rather than the charMap you have).
removeescapesfromfilename(str) - returns string
echo(removeescapesfromfilename("weapon%045Test.txt "));
outputs: weapon-Test.txt
|
Thanks
Updated the latest post. |
|
|
|