lua-users home
lua-l archive

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


>The backslashs within the double quotes are going to get you.
>It's better to use [[ ... ]] to quote string containing DOS path names.

Last time I checked it (DOS 3.x), DOS (or was it the BIOS?) allowed forward
slashes in file names. It was only the DOS shell (command.com) that insisted
on backslashes, because forward slashes were used to signal options.
--lhf