RenameFile Example

 

The following example renames the file ôc:\test1.txtö to ôtest2.txtö

 

Sub Main

 

 'you must have a file called c:\test1.txt created to use this

Action.RenameFile("c:\test1.txt", "c:\test2.txt")  

End Sub