Graal Forums  

Go Back   Graal Forums > Development Forums > Future Improvements
FAQ Members List Calendar Today's Posts

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #5  
Old 07-08-2008, 02:23 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 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?
__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 12:42 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.