[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'sysutils' (#rtl) |
Remove a directory from the filesystem.
Source position: diskh.inc line 21
function RemoveDir( |
const Dir: String |
):Boolean; |
RemoveDir removes directory Dir from the disk. If the directory is not absolue, it is appended to the current working directory.
For an example, see CreateDir.
In case of error (e.g. the directory isn't empty) the function returns False. If successful, True is returned.
No notes exist for this page yet.