|

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


image

image

File.Install

OverviewExamples


boolean File.Install ( string Filename,


string Destination,


number Overwrite = 0,


boolean CreateBackup = false, boolean SharedSystem = false, function ProgressCallbackFunction = nil, function OverwriteCallbackFunction = nil )


De s cr ip t ion


Installs a file onto the user's system.


Note: This is just like copying the file, but with a few more options.


image

P arame t er s


Filename


(string) The path to the file that you want to install.


|