[Home] [Downloads] [Search] [Help/forum]

Gammon Software Solutions forum

See www.mushclient.com/spam for dealing with forum spam. Please read the MUSHclient FAQ!

[Folder]  Entire forum
-> [Folder]  MUSHclient
. -> [Folder]  Lua
. . -> [Subject]  Lua Quest

Home  |  Users  |  Search  |  FAQ
Username:
Register forum user name
Password:
Forgotten password?

Lua Quest

[Reply to this subject]  Reply to this subject   [New subject]  Start a new subject   [Refresh] Refresh page


Posted by Artheliis   (2 posts)  [Biography] 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.
[Go to top] top

Posted by Nick Gammon   Australia  (18,801 posts)  [Biography] 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
[Go to top] top

Posted by Artheliis   (2 posts)  [Biography] 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.
[Go to top] 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]  Reply to this subject   [New subject]  Start a new subject   [Refresh] Refresh page

Go to topic:           Search the forum


[Go to top] top

[Home]

Written by Nick Gammon - 5K

Comments to: Gammon Software support
[RH click to get RSS URL] Forum RSS feed ( http://www.gammon.com.au/rss/forum.xml )

[Best viewed with any browser - 2K]    [Internet Contents Rating Association (ICRA) - 2K]    [Web site powered by FutureQuest.Net]