[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: os and mkdir
- From: steve donovan <steve.j.donovan@...>
- Date: Sat, 25 Apr 2009 09:34:10 +0200
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.