View Single Post
  #10  
Old 12-03-2009, 02:21 PM
Codein Codein is offline
jwd
Codein's Avatar
Join Date: Oct 2005
Location: Greater Manchester
Posts: 2,423
Codein has a spectacular aura aboutCodein has a spectacular aura about
Send a message via AIM to Codein Send a message via MSN to Codein
Quote:
Originally Posted by Riot View Post
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.
Reply With Quote