shell32/tests: Add test for SHFileOperation [resend]

James Hawkins truiken at gmail.com
Sat Jun 28 10:35:34 CDT 2008


2008/6/28 Vitaly Perov <vitperov at etersoft.ru>:
> Changelog:
>  - shell32/tests: Add test for SHFileOperation
>

+    /* move many files into directory with FOF_MULTIDESTFILES */
+    set_curr_dir_path(from, "test?.txt\0");
+    set_curr_dir_path(to, "testdir2\0");
+    retval = SHFileOperationA(&shfo2);

You didn't set the FOF_MULTIDESTFILES flag.

-- 
James Hawkins



More information about the wine-devel mailing list