makeDir


Description:

public bool makeDir (Path path)

Create a directory.

Parameters:

path

Path to directory.

Returns:

true if directory is created successfully, false if it already exists or creation fails.