Pages

Total Pageviews

Add This

Sunday, May 8, 2011

Copy File from one location to another

Write the code bellow:

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

No comments:

Post a Comment