[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
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.
See Also:
41h
FCB
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson