Previous: 4.67.2.71. ReWrite procedure To the Table of Contents Next: 4.67.2.73. Round function
4.67.2.71. ReWrite procedure Table of Contents 4.67.2.73. Round function

- 4.67.2.72. -
Table of Contents
4. Standard Units
4.67. System - Built-in routines
4.67.2. System Unit Procedures and Functions
4.67.2.72. RmDir procedure


4.67.2.72. RmDir procedure

Targets: MS-DOS, OS/2, Win32


System Unit

Removes an empty subdirectory.

Declaration:
procedure RmDir(Dir: String);
Remarks:
IOResult returns an error code if Dir is an empty string, if Dir does not exist, or if Dir is not an empty directory. Otherwise, IOResult is set to zero.


Previous: 4.67.2.71. ReWrite procedure To the Table of Contents Next: 4.67.2.73. Round function
4.67.2.71. ReWrite procedure Table of Contents 4.67.2.73. Round function

- 4.67.2.72. -