Assembly Language Help (alang.hlp) (Table of Contents; Topic list)
@DelFile Macro
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Include:   DOS.INC
 
  Syntax:    @DelFile path [,segment]
 
  Summary:   Deletes a specified file
 
  Arguments: <path>        Offset of ASCIIZ file specification. Must
                           be an offset address.
 
             <segment>     Segment of path; DS if none given.
 
  Returns:   If carry: set, error code in AX
 
  Modifies:  AX, DX; DS if segment changed
 
  See also:  Int 21h Function 41h
                                    -♦-