Create a target directory and all necessary intermediate directories in its path, by calling makeDir recursively. The argument can be relative to the current directory, or an absolute path.
Return one of the error code constants defined in @GlobalScope (OK, FAILED or ERR_*).
Create a target directory and all necessary intermediate directories in its path, by calling makeDir recursively. The argument can be relative to the current directory, or an absolute path. Return one of the error code constants defined in @GlobalScope (OK, FAILED or ERR_*).