This is the mail archive of the cygwin@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]

Re: 3 bugs


Hi all,

For any file that Explorer can't deal with, try using this syntax in
cmd.exe:

  del \\?\c:\tmp\xxxxx

replace c:\tmp\ with the actual path using DOS style (backslashes) and
replace xxxxx with the actual underlying file name, like e.g. "t." .

The Prefix "\\?\" tells NT to do no parsing at all on the file name but
pass it to the file system driver unchanged.

This trick should probably go into the FAQ, we had a similar problem
before already.

so long, benny
======================================
Benjamin Riefenstahl (benny@crocodial.de)
ISION Internet AG
Ruhrstr. 61, D-22761 Hamburg, Germany

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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