2
Answers

Copy folder in C#

Ask a question
mike Delvotti

mike Delvotti

11y
2.6k
1
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)