Deletes an existing empty directory.
BOOLEAN RemoveRtDirectory(
    LPCTSTR lpPathName
);
lpPathName 
TRUE on success. FALSE on failure. The error status may be returned by calling GetLastRtError.
The RemoveRtDirectory function marks a directory for deletion on close. The directory is not actually removed until the last handle to the directory is closed.
| Versions | Defined in | Include | Link to | 
|---|---|---|---|
| INtime 6.0 | intime/rt/include/rtbase.h | rt.h | rt.lib |