I have to build a copy tool project. I want to copy/clone the entire C:
drive. I tried using SHFileOperation()
and IFileOperation
, but they allow me to copy files that are not system files only.
Can anyone suggest any API or method to complete the task?