lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hallo,

On 6/25/07, Frank Küster <frank@kuesterei.ch> wrote:

I need to create a temporary directory in a lua script, but I couldn't
find any information on how to do that.  Since this is supposed to be a
standalone script, I cannot use a function from the C-library, I guess.

Can someone give me a pointer?


    The Lua standard library only cover features present in ANSI C
and, alas, creating a directory is not one of them. You could use
something like LuaFileSystem.

Cheers,
--
-alex
http://www.ventonegro.org/