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

Any API that allows the copying of a directory ?
mrrcomp
Read the following post:
http://forums.microsoft.com/msdn/ShowPost.aspx PostID=88811
If you want this operation to be done in a single step, then you would need to use Win32 API.
Regards,
Vikram