I am creating an apllication to copy some files
what is the best way to copy them
Or there is a better way?
What is the defference between them?
Thanks very much.
what is the best way to copy them
- My.Computer.FileSystem.CopyFile
- System.IO.File.Copy
- IO.FileStream
Or there is a better way?
What is the defference between them?
Thanks very much.