Mailing-List: contact cygwin-developers-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT cygwin DOT com Delivered-To: mailing list cygwin-developers AT cygwin DOT com From: "Gerald S. Williams" To: Subject: RE: True case-sensitive filenames Date: Mon, 20 Jan 2003 18:34:44 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit 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