D: Yeah, I did that.
However, when it finds the file, it's not returning the index. :/
PHP Code:
for (a: folders) {
temp.zomg.loadfolder(a @ level, 0);
if (temp.zomg.index(level) != -1) player.chat = "FOUND";
}
If I do 'player.chat @= temp.zomg' it will add my level to my chat, so it's definately finding it.