tSysFileRename (STRUCT)ΒΆ
TYPE tSysFileRename : STRUCT
Parameter to rename a file asynchronously
- InOut:
Name
Type
Comment
szOldNameSTRING(254)Old 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 (\)!
szNewNameSTRING(254)New 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 (\)!
pulOutPOINTER TO RTS_IEC_RESULT
[OUT] Pointer to the runtime system error code (see CmpErrors2 Interface Library)