Mkdir

Declaration:
Procedure Mkdir (const S : string);
Description:
Mkdir creates a new directory S.
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), Rmdir (560)

For an example, see Rmdir (560).