next up previous contents index
Next: Move Up: Functions and Procedures Previous: Memavail

Mkdir

   

Declaration:

Procedure Mkdir (const S : string) ;

Description:

Chdir creates a new directory S.

Errors:

If a parent-directory of directory S doesn't exist, a run-time error is generated.

See also:

Chdir, Rmdir

For an example, see Rmdir.



root
Fri Sep 11 18:27:51 CEST 1998