This the multi-page printable view of this section.Click here to print.

Return to the regular view of this page.

DOS_DELETE

Delete a file

Table of Contents

Function AddressDescription
DOS_DELETE 0124Delete a file

Synopsys

Delete an existing file.

The file must not be open on any file number.

Entry Parameters

Register Content
HL Address of filename, wildcards are permitted.

Exit Parameters

If OK:
Carry true
A corrupt
Otherwise:
Carry false
A=Error code
Always:
BC DE HL IX corrupt, all other registers preserved.