From: khan@xraylith.wisc.edu (Mumit Khan)
Subject: "./file" vs ".//file" pathname ambiguity in b16
20 Nov 1996 11:09:06 -0800
Sender: daemon@cygnus.com
Approved: cygnus.gnu-win32@cygnus.com
Distribution: cygnus
Message-ID: <9611201717.AA18643.cygnus.gnu-win32@modi.xraylith.wisc.edu>
Original-To: gnu-win32@cygnus.com
Original-Sender: owner-gnu-win32@cygnus.com

Should "./test.out" and ".//test.out" resolve to the same path? B16 is
resolving the first one correctly (current directory) and the second one 
to be "/test.out". Is this expected? Breaking a lot of my code that puts
pathnames by pasting together file and directory entries from environment 
variables (exported by a parent process).

I thought only the first double-slash was significant in cygwin32.

Mumit
-
For help on using this list, send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
