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: "Sergey Okhapkin" To: "'Gerald S. Williams'" , Subject: RE: True case-sensitive filenames Date: Mon, 20 Jan 2003 11:37:36 -0500 Message-ID: <59A835EDCDDBEB46BC75402F4604D5528F75E6@elmer> X-Priority: 3 (Normal) X-MSMail-Priority: Normal In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal X-OriginalArrivalTime: 20 Jan 2003 16:37:36.0628 (UTC) FILETIME=[3D591B40:01C2C0A2] See my previous message - MoveFile("asdf", "ASDF") will delete existing file "AsDf". > -----Original Message----- > From: cygwin-developers-owner AT cygwin DOT com > [mailto:cygwin-developers-owner AT cygwin DOT com] On Behalf Of > Gerald S. Williams > Sent: Monday, January 20, 2003 11:27 AM > To: cygwin-developers AT cygwin DOT com > Subject: RE: True case-sensitive filenames > > > Igor Pechtchanski wrote: > > If that's the only thing stopping it, a case-sensitive > rename can be > > accomplished by two case-insensitive renames in a row, as has been > > suggested recently on the cygwin list (by Randall Schulz, IIRC). > > I don't know if something has changed, but I just tried > it, and MoveFile("asdf","ASDF") works on my Win2K box. > > -Jerry >