Re: shell32: change return value of SHFileOperation when deleting files
26 Nov
2013
26 Nov
'13
10:33 a.m.
Hi Zhenbo, thanks for the work. On Tue, Nov 26, 2013 at 11:37 PM, Zhenbo Li <litimetal(a)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
4398
Age (days ago)
4398
Last active (days ago)
0 comments
1 participants
participants (1)
-
Qian Hong