Hi Zhenbo, thanks for the work.
On Tue, Nov 26, 2013 at 11:37 PM, Zhenbo Li litimetal@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.