lua-users home
lua-l archive

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


On Sun, 04 Sep 2005 19:20:59 +0200
"Ashwin Hirschi" <deery@operamail.com> wrote:

> Since people are discussing require paths on Windows, this is perhaps
> a good time to point out that the semi-colon is actually (and
> surprisingly!) a valid character in a directory name/path.

Perhaps also worth pointing out that they're valid in UNIX land, too. 
("But what isn't?")

% mkdir a\;b && rmdir 'a;b'

-Chris