[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Re[2]: Function to parse filespec
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Wed, 27 May 2009 08:40:58 -0300
> -- 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).