Chilkat HOME ASP Visual Basic VB.NET C# Visual C++ C MFC Delphi FoxPro Java Perl PHP Python Ruby SQL Server VBScript
|
Move / Rename FileVB.NET source code showing how to move or rename a file. ' How to move / rename a file.
Private Sub button6_Click(sender As Object, e As System.EventArgs)
Dim fi As New FileInfo("myImage.gif")
fi.MoveTo("myImage2.gif")
End Sub 'button6_Click
|
Need a specific example? Send a request to support@chilkatsoft.com
© 2000-2007 Chilkat Software, Inc. All Rights Reserved.