mike Delvotti

mike Delvotti

  • NA
  • 262
  • 0

Copy folder in C#

Nov 19 2012 7:42 AM
Guys, I'm trying to copy a folder from my PC to a network drive, can I just use File.copy class?

Something like below, although I think that only works for individual files?

System.IO.File.Copy(@"C:\windows\the folder i wish to copy", @\\destination PC\folder to paste in);

Answers (2)