| www.delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-developers-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-developers-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin-developers/> |
| List-Post: | <mailto:cygwin-developers AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-developers-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-developers-owner AT cygwin DOT com |
| Delivered-To: | mailing list cygwin-developers AT cygwin DOT com |
| From: | "Gerald S. Williams" <gsw AT agere DOT com> |
| To: | <cygwin-developers AT cygwin DOT com> |
| Subject: | RE: True case-sensitive filenames |
| Date: | Mon, 20 Jan 2003 18:34:44 -0500 |
| Message-ID: | <GBEGLOMMCLDACBPKDIHFCEPIDAAA.gsw@agere.com> |
| MIME-Version: | 1.0 |
| X-Priority: | 3 (Normal) |
| X-MSMail-Priority: | Normal |
| X-MimeOLE: | Produced By Microsoft MimeOLE V6.00.2800.1106 |
| Importance: | Normal |
| In-Reply-To: | <000e01c2c0d5$896ffca0$0201a8c0@sos> |
BTW, renaming directories in a multi-case environment shouldn't be the first of your concerns. You can't create them in the first place using CreateDirectory. There's no equivalent to FILE_FLAG_POSIX_SEMANTICS for that call, as far as I can tell. If you want to support this feature for directories, you may be back to using the Native API. I know you can create directories in a truly case-sensitive manner that way. It's probably possible to rename them as well. -Jerry
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |