fileCopy
|
The fileCopy function copies an origin file with the specified file and path name {origPathName}
to a destination file with the specified file and path name {destPathName} .
Usage The fileCopy function is used to copy a file.
(fileCopy destPathName origPathName)
Expression:
Arguments
Name
Type
Description Argument: destPathName String Text
The file and path name of the destination file. Argument: origPathName String Text
The file and path name of the origin file.
Returns:
Here are a number of links to Lambda coding examples which contain this instruction in various use cases.
Here are the links to the data types of the function arguments.
ByteVector | Text | Integer | Boolean |
Here are also a number of links to functions having arguments with any of these data types.
Analytic Information Server (AIS)AIS Component Systems
|