Hi,
Since I've archived a script folder into a ung archive, I get problem accessing directories in this same archive :
Extract of a script that works unarchived and fails archived :
string dirName = engine.getDataPath() + "my_directory";
Dir dir = new Dir();
dir.open(dirName); // returns 0 when the script is archived !
Could you please tell me why it doesn't work ? and if is there another way to do that inside a ung archive ?
Thx,
Best regards,
Philippe