This is the mail archive of the cygwin-developers@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

device names tidbit



I just ran across this in MSDN.  I wonder if we should use this trick
to be able to create/delete otherwise "reserved" names?

--

Another option is to use a syntax that bypasses the normal
reserve-word checks altogether. For example, you can possibly delete
any file with a command such as:

   DEL \\.\<drive letter>:\<path>\<file name>

For example: 

   DEL \\.\c:\somedir\aux

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]