Hi! I am wondering how I can copy files in the current exe folder to a folder like C:\files\ which doesnt exist! Thank you for your future answers! Well... I am a beginner ...
Hi! I am wondering how I can copy files in the current exe folder to a folder like C:\files\ which doesnt exist! Thank you for your future answers! Well... I am a beginner ...
Or you can use the SHFileOperation function (which also supports recursive copying) to copy. See the following MSDN page[[^](http://MSDN page "New Window")] for more detailed information.