Quote:
Originally Posted by Chompy
The NPCServer also need R(ead) rights to the weapons/ folder for this to work 
|
Nope, you can loadFolder() even without read rights.
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
|
I've never seen that before, nice find

.