Function Directory.makeDirRecursive
Creates 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.
Returns one of the error
code constants (OK
on success).