Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer david.siemens.de)
From: "Andrej Borsenkow" <Andrej.Borsenkow@mow.siemens.ru>
To: "Cygwin mailing list" <Cygwin@Sourceware.Cygnus.Com>
Subject: Treatment of x:path again
Date: Mon, 16 Oct 2000 12:26:57 +0400
Message-ID: <002d01c0374a$d9173be0$21c9ca95@mow.siemens.ru>
MIME-Version: 1.0
Content-Type: text/plain;
	charset="koi8-r"
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0)
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400
Importance: Normal

I am not sure, that this was fixed correctly. Consider:

mw1g017@MW1G17C% ls -l d:bash.strace
-rw-r--r--   1 mw1g017  ITS       7828140 Oct 11 20:09 d:bash.strace
mw1g017@MW1G17C% pwd
/cygdrive/d/temp
mw1g017@MW1G17C% cygpath -a -u d:bash.strace
/cygdrive/d/bash.strace
mw1g017@MW1G17C% ls -l /cygdrive/d/bash.strace
ls: /cygdrive/d/bash.strace: No such file or directory

The x:path is treated by Windows as "relative to current directory of drive
x". Instead, cygpath treats it as "relative to root directory of drive x". See
the difference?

BTW windows path as reported by cygpath is also wrong:

mw1g017@MW1G17C% cygpath -a -w d:bash.strace
d:bash.strace

This is not an absolute path.

-andrej

Have a nice DOS!
B >>


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

