functioncopy
Copies a file.
Information
Copies the source file to the destination file. Returns true if the file was successfully copied, otherwise false.
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| String | source | ||
| String | destination |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Boolean | success |