lua-users home
lua-l archive

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


> -- sep is the directory separator for this platform.
> if is_windows then sep = '\\'; other_sep = '/' else sep = '/' end

Or sep = package.config:sub(1,1).