Function FILECOPY
Copies the specified on-disk or in-memory source file to the specified destination file.
Beispiel
filecopy(any source,any destination):void
Argumente
Die Argumente für diese Funktion sind fest vorgegeben. Ausser den nachfolgenden Argumenten dürfen keine weiteren verwendet werden.
Name | Typ | Required | Beschreibung |
---|---|---|---|
source | any | Yes | path to copy. |
destination | any | Yes | Pathname of the destination file. |