Another API that you may want to look at is the SHFileOperation(...) function.
This function uses the Windows shell to do the copy/rename/delete operations, so you also get the progress bar displayed for free. Pretty useful if you are dealing with a lot of files (or a few very large ones), so you don't have to do the extra work to make your program not look like it is not responding during the operation.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.