I would like to copy whole directory to another directory. xcopy and My.Computer.FileSystem.CopyDirectory only copies the "Content" of the directory.
For example: If source: C:\Users\Myfile555\ and Destination: C:\Dest\
I would want the files to be copied to C:\Dest\Myfile555
On my Visual Studio Application, I made Source and Destination Folder button. so i could select the folder \Myfile555 as source.
and whatever I chose as destination folder(example: \Desktop), It would become \Desktop\Myfile555.
Anyone has any tips on doing so ? Any help is greatly appreciated. Thank you everyone.