copy file to another location

auxcom

Well-known member
Joined
Apr 1, 2004
Messages
49
In VB6 I use FileSystemObject to copy a file to another folder or location. How to do this in the .NET way?

Thanks!
 
If he wants to move then I would have though System.IO.File.Move would have been a better choice than your suggestion of copy and delete....

Just a thought.....
 
Ya... LOL
Didnt even take the time to look.
Should lead to the same result in efficiency or maybe a LITTLE difference.
But .Move is sure more simple and require less line of code.

Should have watch my back when I threw than post... got another one in my back LOL :p
 
Back
Top