Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Subject: Re: case sensitive path names
From: Robert Collins <rbcollins@cygwin.com>
To: Dietrich.Bollmann@mail.com
Cc: cygwin@cygwin.com
In-Reply-To: <20020731104435.13887.qmail@web20610.mail.yahoo.com>
References: <20020731104435.13887.qmail@web20610.mail.yahoo.com>
Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature";
	boundary="=-uPiapUH+l1bcMiW578+/"
Date: 01 Aug 2002 22:40:43 +1000
Message-Id: <1028205644.7486.29.camel@lifelesswks>
Mime-Version: 1.0

--=-uPiapUH+l1bcMiW578+/
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

On Wed, 2002-07-31 at 20:44, Dietrich Bollmann wrote:
> Dear friends,
>=20
> on one of my old unix backup CDs there are two folders
> called 'mail' and 'Mail'. I tried to change into
> 'mail' but always end up in 'Mail'...
>=20
> Reading the cygwin faq I was informed, that Win32
> doesn't make any case difference and therefore neither
> cygwin. Does this mean, that there is no way to read
> my good old 'mail'??!?
>=20
> Or better: Is there a way to read both of them, 'Mail'
> and 'mail' using cygwin (or whatever other program on
> Windows XP)??

AFAIK this capability is not in Cygwin itself. However XP has the
ability, but not exposed through the default UI.

Choice 1: install the MS POSIX toolkit and use 'cp'.

Choice 2:

You need to write a custom tool to copy the contents onto your
harddrive.=20

On Windows NT there is a flag that you can use when opening files called
(IIRC) 'FILE_POSIX_SEMANTICS'. Use that in a trivial copy program
(combined with FindFile()) and you should have no trouble recovering
your files.

Cheers,
Rob


--=-uPiapUH+l1bcMiW578+/
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iEYEABECAAYFAj1JLEsACgkQI5+kQ8LJcoK4EgCePKUEwwXl+RmjDonQMfuvu1Kt
7oIAoM2FeXKlWC3wX+rzQQxdbxqjtko7
=a7+o
-----END PGP SIGNATURE-----

--=-uPiapUH+l1bcMiW578+/--

