-
Declaration:
- Procedure Rmdir (const S : string);
-
Description:
- Rmdir removes the directory S.
-
Errors:
-
-
Errors:
- Depending on the state of the {$I} switch, a runtime error can be generated if there is an
error. In the {$I-} state, use IOResult to check for errors.
-
See also:
- Chdir (463), Mkdir (536)
Listing: refex/ex53.pp