tSysFileCopy (STRUCT)ΒΆ
TYPE tSysFileCopy : STRUCT
Parameter to copy a file asynchronously
- InOut:
- Name - Type - Comment - szDestFile- STRING(254)- Destination file name. File name can contain an absolute or relative path to the file. Path entries must be separated with a Slash (/) and not with a Backslash (\)! - szSrcFile- STRING(254)- Source file name. File name can contain an absolute or relative path to the file. Path entries must be separated with a Slash (/) and not with a Backslash (\)! - pulCopied- POINTER TO __XWORD - [OUT] Number of bytes copied - pulOut- POINTER TO RTS_IEC_RESULT - [OUT] Pointer to the runtime system error code (see CmpErrors2 Interface Library) 
