Int 21/AH=3Ah

Prev Next Ralf Interrups Categories Contents

------

DOS 2+ - RMDIR - REMOVE SUBDIRECTORY

AH = 3Ah
DS:DX -> ASCIZ pathname of directory to be removed

Return:
CF clear if successful AX destroyed CF set on error AX = error code (03h,05h,06h,10h) (see #01680 at AH=59h/BX=0000h)

Notes: Directory must be empty (contain only '.' and '..' entries). Under the FlashTek X-32 DOS extender, the pointer is in DS:EDX

See Also: AH=39h - AH=3Bh - AX=713Ah - AH=E2h/SF=0Bh

Category: DOS Kernel - Int 21h - D

------

Prev Next Ralf Interrups Categories Contents