Message-Id: <200001102340.SAA18702@delorie.com> Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin-developers AT sourceware DOT cygnus DOT com From: "Parker, Ron" To: "'cygwin-developers AT sourceware DOT cygnus DOT com'" Subject: RE: device names tidbit Date: Mon, 10 Jan 2000 17:42:59 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain; charset="windows-1252" I mentioned the other prefix because some of the MS documentation refers to one and not the other. I should have been clearer in pointing out that both of the prefixes only work under NT. That might have made a little more sense. -----Original Message----- From: Chris Faylor [mailto:cgf AT cygnus DOT com] Sent: Monday, January 10, 2000 5:09 PM To: Parker, Ron Cc: DJ Delorie; cygwin-developers AT sourceware DOT cygnus DOT com Subject: Re: device names tidbit On Mon, Jan 10, 2000 at 04:59:23PM -0600, Parker, Ron wrote: >Their is another version of this syntax uses a '?' inplace of the '.'. For >example: > DEL \\?\c:\somedir\aux > >I seem to recall that this only works on NT. I may be wrong, but I vaguely >recall working on a winsup patch that used this under NT. (It was not a >complete solution, so I never submitted it.) It is the same mechanism that >allows us to use "\\.\a:" for raw floppy access in CYGWIN under NT. I'm unclear as to why you are mentioning this. AFAIK, this does not provide any more utility than the method that DJ mentioned. cgf