SysFileCopyΒΆ
This function of type UDINT serves to copy the file content to another file (different file name). It will return the number of actually copied bytes.
| Input-Variable | Data Type | Description |
|---|---|---|
| FileDest | STRING | File to which you want to copy |
| FileSource | STRING | File from which you want to copy |