cmd: terminate list of files to delete

Dan Kegel dank at kegel.com
Thu Aug 18 08:04:34 CDT 2011


SHFileOperations takes a list of filenames, not a single filename.

Without this, "rd /s foo" will try to delete undefined gibberish files,
and output random error messages such as "Path not found"
or "Sharing violation".

Found while testing an unrelated patch to cmd.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: termlist.patch
Type: text/x-patch
Size: 942 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20110818/49495698/attachment.bin>


More information about the wine-patches mailing list