How can I make code that will copy a folder with other folders and files in it, and overwrite the other one. For example if I had two folders, both named "hello". And I want to overwrite the folder named hello in "C:\Program Files\Myapp" with the folder called "hello" in the app.path? How can I do this through code?




Reply With Quote