delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
Message-ID: | <00df01c31b00$980e2680$78d96f83@pomello> |
From: | "Max Bowsher" <maxb AT ukf DOT net> |
To: | "Lester Ingber" <ingber AT ingber DOT com> |
Cc: | <cygwin AT cygwin DOT com> |
References: | <20030515125340 DOT GA4036 AT ingber DOT com> <3EC3AE64 DOT 8000801 AT rfk DOT com> <20030515161710 DOT GA1564 AT ingber DOT com> |
Subject: | Re: case sensitivity and filenames |
Date: | Thu, 15 May 2003 17:39:45 +0100 |
MIME-Version: | 1.0 |
X-Priority: | 3 |
X-MSMail-Priority: | Normal |
X-MimeOLE: | Produced By Microsoft MimeOLE V6.00.2800.1165 |
Lester Ingber wrote: > Larry: > > Thanks for your detailed explanation. > > You state: >> (FYI, the Win32 API will allow the >> creation of 2 *files* in the same directory with the same name that differs >> only by case on *NTFS* partitions). > > However, I am working on an NTFS partition ... > In my /etc/profile I have > export CYGWIN="check_case:strict" > I cannot create two files that differ only in case? > 12:13:04 @lester:~% touch tp > 12:13:08 @lester:~% touch Tp > touch: creating `Tp': No such file or directory > 12:13:11 @lester:~% ls > tp The API will allow it. That doesn't mean the tools will. In fact, the API requires special flags to be passed. It is also rather deficient in ways to manipulate such files. Even if you were to create such files, they are cause problems with common Windows tools. Max. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |