Platform SDK: Win32 API |
Removes the given directory. The directory must be empty.
mov ax, 713Ah ; Remove Directory mov dx, seg Name ; see below mov ds, dx mov dx, offset Name int 21h jc error
'
Clears the carry flag if successful. Otherwise, the function sets the carry flag and sets the AX register to an error value.
The root directory cannot be deleted.