Does SHFileOperation support to move and rename files at the same time?
I'v got a set of files : c:\ f1.bmp f2.bmp f3.bmp f4.bmp
I want to move each to new folder, and rename them: d:\ b1.bmp b2.bmp b3.bmp b4.bmp
Can I use SHFileOperation? and just do it once? Many thanks!