8 VB.NET Articles - How to Copy a File in vb.net
Viewing Article

Current Rating :

How to Copy a File in vb.net

Wednesday, February 09, 2011Posted by admin

Category:vb.Net Utilities
 

Copy a file in the file system Supply a source file name and the destination file name CopyFile(“c:\temp\firstfile.txt”, c:\temp\secondfile.txt”) Function Copyfile(ByVal sSource As String, ByVal sDest As String) As Boolean FileCopy(sSource, sDest) If Err.Number = 0 Then Copyfile = True End Function

Hits:194      Current Rating :      No Of Ratings: 13      AuthorName: admin
  

Comment#23      Friday, February 11, 2011          Posted by Sumeet Singh

 
Hi this site is really great

Comments

Your Name  
 
Your Email( will not appear on page)  
Your Comments