[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: windows, require & semi-colons
- From: Chris Pressey <cpressey@...>
- Date: Sun, 4 Sep 2005 11:07:33 -0700
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