Reply to this subject
Start a new subject
 
Refresh page
| Posted by |
Artheliis
(2 posts) bio
|
| Date |
Thu 05 Jun 2008 04:20 AM (UTC) [ quote
] |
| Message |
| I am looking to make a way to list files in a directory. I've not found a way to do this in LUA, yet, but I'm sure it's possible I just need to figure out the syntax. If anyone could help, I'd be very thankful. | top |
|
| Posted by |
Nick Gammon
Australia (18,801 posts) bio
Forum Administrator |
| Date |
Reply #1 on Thu 05 Jun 2008 05:15 AM (UTC) [ quote
] |
| Message |
See: http://www.gammon.com.au/scripts/doc.php?lua=utils.readdir
Here is an example:
t = assert (utils.readdir ("c:/Program Files/mushclient/worlds/plugins/*.xml"))
require "tprint"
tprint (t)
Output
"msp.xml":
"access_time"=1212465110
"create_time"=1028867459
"write_time"=1028867459
"archive"=true
"size"=3421
"Chat_Redirector.xml":
"access_time"=1212640036
"create_time"=1212639012
"write_time"=1212640036
"archive"=true
"size"=3369
"chat.xml":
"access_time"=1212465110
"create_time"=1135137573
"write_time"=1135137573
"archive"=true
"size"=22757
... and so on ...
|
- Nick Gammon
www.gammon.com.au, www.mushclient.com | top |
|
| Posted by |
Artheliis
(2 posts) bio
|
| Date |
Reply #2 on Thu 05 Jun 2008 11:46 AM (UTC) [ quote
] |
| Message |
| Thank you sir. I knew there was a way to do it, I just couldn't figure it out, so I thought I'd ask the expert. | top |
|
The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).
To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.
1,320 views.
Reply to this subject
Start a new subject
 
Refresh page
top
Comments to:
Gammon Software support
Forum RSS feed ( http://www.gammon.com.au/rss/forum.xml )