lua-users home
lua-l archive

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


On Fri, Apr 24, 2009 at 7:46 PM,  <kenk@heroesent.com> wrote:
>  I've found a number of examples that use os.mkdir (among other methods),
> but when I go to use that method it fails saying that the method is not
> available. Is there an extended OS module I'm suppose to include?

The luaex module adds this and other functions.

IMHO luex is being naughty, putting extra stuff in the standard
library table; I prefer using lfs.mkdir.

steve d.