FUNCTION SysFileDelete : RTS_IEC_RESULT
Delete the file specified by name.
A standard path will be added in the runtime system to the filename, if no path is specified.
InOut:
Scope |
Name |
Type |
Comment |
Return |
SysFileDelete |
RTS_IEC_RESULT |
Returns the runtime system error code (see CmpErrors.library) |
Input |
szFileName |
STRING |
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 (\)! |