COPYING FILE
Visual Basic
3
Posts
3
Posters
0
Views
1
Watching
-
I want to create a project that can copy and past file and folder .How can i make it ? the most important part is the copying and pasting file . :doh:
Have a look at File.CopyTo()[^]
Upcoming events: * Glasgow: Geek Dinner (5th March) * Edinburgh: Web Security Conference Day for Windows Developers (12th April) My: Website | Blog | Photos
-
I want to create a project that can copy and past file and folder .How can i make it ? the most important part is the copying and pasting file . :doh:
It isn't hard... You only have to use the simple methods (copy, move, delete etc) of System.IO.File and System.IO.Directory classes to do this. Bye,
Carmine, Webmaster of: www.thetotalsite.it My web blog: blog.thetotalsite.it