Hello...
I would like of know if the API or the Shell of the windows defines some function that copies a directory (folder), its subdirectories and its archives.
I use Win32 API…
I appreciate any aid.
bye
This is a discussion on CopyDirectory within the Windows Programming forums, part of the Platform Specific Boards category; Hello... I would like of know if the API or the Shell of the windows defines some function that copies ...
Hello...
I would like of know if the API or the Shell of the windows defines some function that copies a directory (folder), its subdirectories and its archives.
I use Win32 API…
I appreciate any aid.
bye
copyFile() + use of a tree walker as outlined in the FAQ ?
If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
If at first you don't succeed, try writing your phone number on the exam paper.
I support http://www.ukip.org/ as the first necessary step to a free Europe.
SHFileOperation. Set wFunc to FO_COPY and use a wildcard in pFrom to copy all contents.