View Single Post
  #13  
Old 07-09-2008, 01:55 PM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
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
Quote:
Originally Posted by zokemon View Post
Folders don't end in .ini so why would they show up?
DAMNIT, people need to learn how to read. -_-


PHP Code:
temp.foo.loadFolder("levels/*.nw"0); 
Will load all .nw files from levels folder.


PHP Code:
temp.foo.loadFolder("levels/*/*.nw"1); 
Will load all .nw files from levels folder, and direct subfolders (not indirect ones though).


PHP Code:
temp.foo.loadFolder("levels/*"0); 
Will load all files from levels folder.


PHP Code:
temp.foo.loadFolder("levels/*"1); 
Will load all files from levels folder and all subfolders.
__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote