View Single Post
  #5  
Old 07-08-2008, 02:23 PM
xXziroXx xXziroXx is offline
Master of Puppets
xXziroXx's Avatar
Join Date: May 2004
Location: Sweden
Posts: 5,288
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
Send a message via AIM to xXziroXx Send a message via MSN to xXziroXx
Quote:
Originally Posted by Twinny View Post
PHP Code:
temp.array.loadfolder("twinny/test/*"1); 
Started at twinny/test/ and managed to grab all the files in the subfolders . Just had to make sure NPC-Server had for twinny/test/* and twinny/test/*/*
Hmph, I see. It didn't work when I did:

PHP Code:
temp.foo.loadFolder("levels/MUDLIB/*.ini"1);
echo(
temp.foo); 
But this solved that issue:

PHP Code:
temp.foo.loadFolder("levels/MUDLIB/*/*.ini"1);
echo(
temp.foo); 
However, I reckon this could still prove a useful function to list what folders there are. No?
__________________

"A delayed game is eventually good, but a rushed game is forever bad." - Shigeru Miyamoto
Reply With Quote