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.



Michael Van Canneyt
Thu Sep 10 14:02:43 CEST 1998