28 Jun
2008
28 Jun
'08
3:35 p.m.
2008/6/28 Vitaly Perov <vitperov(a)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