I want to copy folder A and paste to desktop.
I am currently using C++ so preferably an OO interface if available.
(assuming Windows)
Use can use ShFileOperation (or IFileOperation::CopyItem on Vista). Max.