Previous: Eoln function To the Table of Content Next: Exit procedure

- 4.62.2.24 -
Standard Units
System Unit
System Unit Procedures and Functions

Erase procedure

Targets: MS-DOS, OS/2, Win32

System Unit

Erases an external file.

Declaration:
procedure Erase(var F);
Remarks:
Erase must not be used on an open file. IOResult returns zero if Erase was successful, otherwise IOResult contains an error number.


Previous: Eoln function To the Table of Content Next: Exit procedure
Eoln function Table of Content Exit procedure

- 4.62.2.24 -