Function 13h (19) Delete File, Using FCBs
Deletes all files in the current directory that match the filename
specified in the FCB.
On entry: AH 13h
DS:DX Pointer to an unopened FCB
Returns: AL 00h If file deleted
FFh If file not found
Network: Requires Create access rights
--------------------------------------------------------------------------
Notes: The '?' wildcard character can be included in the
file specification; compare this to the delete
function using file handles (Function 41h), which
does not allow any wildcard characters.
Read-only files will not be deleted by this
function.
Close all open files before deleting them.
Seealso:
This page last updated on Fri Nov 30 10:49:50 MSK 2001
Copyright © 1992-2001, Vitaly Filatov, Moscow, Russia
Webmaster