The following example renames the file 田:\test1.txt to 鍍est2.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