SysFileDelete (FUN)
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
SysFileDeleteRTS_IEC_RESULTReturns the runtime system error code (see CmpErrors.library)
Input
szFileNameSTRING
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 (\)!