Chilkat
HOME
Android™
ASP
Visual Basic
VB.NET
C#
iOS (IPhone)
Objective-C
C++
C
MFC
Delphi
FoxPro
Java
Perl
PHP Extension
PHP ActiveX
Python
PowerShell
Ruby
SQL Server
VBScript
Move / Rename File
VB.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
|
© 2000-2012 Chilkat Software, Inc. All Rights Reserved.