Re: Re[2]: Function to parse filespec
[
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: 2009年5月27日 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).