[r55]: / trunk / library / FB_FileControl / Delete / svnobj  Maximize  Restore  History

Download this file

7 lines (6 with data), 1.5 kB

1
2
3
4
5
6
(*
    Deletes a file if it excists
*)
METHOD PUBLIC Delete  : SysFile.SysTypes.RTS_IEC_RESULT;
VAR_INPUT
Delete := SysFile.SysFileDelete(szFileName := FileName);