ResultVariable
When adding an action with the script editor, you can use this field to specify a variable that the return value will be stored in.
See also: Related Actions
File.Move
OverviewExamples
File.Move ( string Source,
string Destination, boolean Recurse = true, boolean Overwrite = true,
boolean AbortOnFail = false, boolean IncludeHiddenFiles = true, function CallbackFunction = nil )
De s cr ip t ion
Moves a file to another location.
P arame t er s
Source
(string) The path to the file that you want to move. You can use the * and ? wildcards in this field to move multiple files.