lua-users home
lua-l archive

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


On Wed, Jan 5, 2011 at 2:39 PM, luciano de souza <luchyanus@gmail.com> wrote:
> What do you suggest?

Also, first byte of package.config is either \ or /  - i.e.

if package.config:sub(1,1)=='\\' then
   print 'windows!'
end

steve d.