|

NewName


(string) The full path including the new name for the file.


Re t u r n s


Nothing. You can use Application.GetLastError to determine whether this action failed, and why.


See also: Related Actions


image

image

File.Run

OverviewExamples

number File.Run ( string Filename,


string Args = "",


string WorkingFolder = "",


number WindowMode = SW_SHOWNORMAL,


boolean WaitForReturn = false )


De s cr ip t ion


Runs an executable.


Note: If you are distributing on Windows Vista or later and have used a requested execution level

other than "Require administrator," you should use the Shell.Execute action instead.


image

P arame t er s


Filename


(string) The path to the executable (.exe) file.


|