Directory.makeDirRecursive

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_*).

struct Directory
@nogc nothrow
GodotError
makeDirRecursive
(
StringArg0
)
(
in StringArg0 path
)

Meta