Hi Manfred On 2006年5月11日, Manfred Lotz wrote:
Hi there, I didn't find a function returning status informations about a file like mtime, atime etc. Is it possible to get such informations from a Lua function?
Take a look at LuaFileSystem's `attributes' function: http://www.keplerproject.org/luafilesystem/manual.html#attributes Tomas