[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: PenLight dir.makepath() not working
- From: RJP Computing <rjpcomputing@...>
- Date: Thu, 14 Jan 2010 12:30:43 -0500
Hi,
I found an issue with pl.dir.makepath() on Windows, Linux and Mac OSX. Here is the error message.
$ lua
Lua 5.1.4 Copyright (C) 1994-2008 Lua.org, PUC-Rio
> require( "pl.dir" )
> pl.dir.makepath( "foo/bar" )
/usr/share/lua/5.1/pl/dir.lua:199: attempt to get length of local 'p' (a nil value)
stack traceback:
/usr/share/lua/5.1/pl/dir.lua:199: in function 'makepath'
/usr/share/lua/5.1/pl/dir.lua:202: in function 'makepath'
/usr/share/lua/5.1/pl/dir.lua:202: in function 'makepath'
stdin:1: in main chunk
[C]: ?
>
Thoughts?
--
Regards,
Ryan