Click or drag to resize

DirectoryChangeDir Method

Changes the currently opened directory to the one passed as an argument. The argument can be relative to the current directory (e.g. newdir or ../newdir), or an absolute path (e.g. /tmp/newdir or res://somedir/newdir).

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 ChangeDir(
	string todir
)

Parameters

todir
Type: SystemString

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

Return Value

Type: Error

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

See Also