Creates a directory for the given filesystem path (which may be either relative or absolute). Returns true if the directory was created or already exists, otherwise false.
function mkdir input String newDirectory; output Boolean success; end mkdir;