Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TASM 2.x / MASM 6.x Assembly Language - <b>function 13h (19) delete file, using fcbs</b> http://www.X-Hacker.org [<<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

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson