DirectoryMakeDirRecursive Method |
Creates a target directory and all necessary intermediate directories in its path, by calling MakeDir(String) recursively. The argument can be relative to the current directory, or an absolute path.
Returns one of the Error code constants (OK on success).
Namespace: Godot
public Error MakeDirRecursive( string path )
[Missing <param name="path"/> documentation for "M:Godot.Directory.MakeDirRecursive(System.String)"]
[Missing <returns> documentation for "M:Godot.Directory.MakeDirRecursive(System.String)"]