F il e
File.Copy
OverviewExamples
File.Copy ( 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
Copies a file to another location.
P arame t er s
Source
(string) The path to the file that you want to copy. You can use the * and ? wildcards in this field to copy multiple files.