makeDir


Description:

public bool makeDir (Path path)

Create a directory.

Parameters:

path

Path to file or directory.

Returns:

true: directory is created successfully. false: path is null, or directory creation fails, or file to be created already exists.