shell32: change return value of SHFileOperation when deleting files

Qian Hong fracting at gmail.com
Tue Nov 26 10:33:31 CST 2013


Hi Zhenbo, thanks for the work.

On Tue, Nov 26, 2013 at 11:37 PM, Zhenbo Li <litimetal at gmail.com> wrote:
> When deleting files, I can't find a situation to return ERROR_PATH_NOT_FOUND

Hmm, testing deleting an nonexistent path would be interesting too :)

Try   shfo.pFrom = "nonexistent\\nonexistent.txt\0";
and shfo.pFrom = "testdir2\0testdir2\0";

In these case, Windows may return ERROR_PATH_NOT_FOUND or ERROR_INVALID_LEVEL.




-- 
Regards,
Qian Hong

-
http://www.winehq.org



More information about the wine-devel mailing list