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);