Any API that allows the copying of a directory ?

Hi Guys,

i am working with files and folders in my project. Currently my method of "copying" a directory is to recurvisly go through the original folder and reproduce the folder structure in my destination folder and the copying the files over.

Does C# cater for a Directory.CopyDirectory() method


Answer this question

Any API that allows the copying of a directory ?