2008/6/28 Vitaly Perov <[EMAIL PROTECTED]>: > 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
