Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- DOS 5.0 Ref. - <b>function 3ah remove directory (rmdir)</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Function 3Ah            Remove Directory (RMDIR)

    Removes (deletes) the specified subdirectory.

        Entry   AH    = 3Ah
                DS:DX = Pointer to ASCIIZ directory name

        Return  AX = Error code, if CF is set
                     | 03h Path not found
                     | 05h Access denied (root / directory not empty)
                     | 10h Cannot delete current directory

    ------------------------------------------------------------------

    Function 3Ah removes the subdirectory whose path is specified in
    the zero-ended string at address DS:DX; the string length is
    limited to 64 characters. The string must be a valid DOS directory
    name and cannot contain wildcards.

See Also: 39h 3bh 41h 47h 59h

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