Pages

Total Pageviews

Add This

Saturday, April 30, 2011

Copy a File

To copy one file from one location to another,  you have to enter the code bellow:


My.Computer.FileSystem.CopyFile("C:\test.txt"), "D:\test.txt")

No comments:

Post a Comment