Click or drag to resize

DirectoryRemove Method

Deletes the target file or an empty directory. The argument can be relative to the current directory, or an absolute path. If the target directory is not empty, the operation will fail.

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 Remove(
	string path
)

Parameters

path
Type: SystemString

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

Return Value

Type: Error

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

See Also