Click or drag to resize

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
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Error MakeDirRecursive(
	string path
)

Parameters

path
Type: SystemString

[Missing <param name="path"/> documentation for "M:Godot.Directory.MakeDirRecursive(System.String)"]

Return Value

Type: Error

[Missing <returns> documentation for "M:Godot.Directory.MakeDirRecursive(System.String)"]

See Also