DirMake

Creates a new directory.

Syntax:

DirMake ([d:]path)

Parameters:

(s)[d:] path the desired directory name with optional drive.

Returns:

(i) @TRUE if the directory was successfully created, or already exists.

 

Use this function to create a new directory. This function will also accept a UNC path.

This function supports extended-length path names.

 

Example:


DirMake("c:\xstuff")
Message("DirMake","Directory Made")
See Also:

DirExist, DirRemove, DirRename