How to copy Directory in VC++/MFC
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
Hi All, In my from I want such type of function which copy directory from one path to other. The function should be as CopyDir(SourcePath,DestinationPath); Is there any API provided by MFC for doing the same. Thanks in Advance Atul
-
Hi All, In my from I want such type of function which copy directory from one path to other. The function should be as CopyDir(SourcePath,DestinationPath); Is there any API provided by MFC for doing the same. Thanks in Advance Atul
See
SHFileOperation
.