Hi
I am writing a program that needs to be able to copy a directory from C:\Folder to a folder inside My Documents.
I am aware of the My.Computer.FileSystem.SpecialDirectories.MyDocuments which places the directory in the root of My Documents. I however, want to copy the said folder to 'My Document\ExampleFolder\Folder1'
Thankyou for your help and I apologize if this has been answered elsewhere - I did search but stuff is always missed.


