Hi People,
i was going through the API regarding copying of a directory from one location to another, however, the MSDN always seems to point back to the "Directory" class to do the copying. However i could not find any examples which could help me or show me what needs to be called and passed in when using the Direcory class to copy whole directories.

how to copy directory ?
jrett
If you need sample code let me know, otherwise you can google it.
Jamie Wakeam - MS
Microsoft.VisualBasic.FileIO.
FileSystem.CopyDirectoryVB2005 exposes this in the My namespace...
Edit: I just looked at it in Reflector, this method is basically a wrapper around SHFileOperation...
Prospery
I am currently coding in C# and my project has been running for 4 yrs, so using VS 2005 isn't an option really