Language:
Русский
English
RemoveDir (procedure) (WinDos unit)
Removes an empty subdirectory.
Declaration
procedure Remove(Dir: PChar);
Target
Windows
Remarks
The subdirectory with the path specified by Dir is removed. Errors, such as a non-existing or non-empty subdirectory, are reported in the DosError variable.