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
public Error ChangeDir( string todir )
[Missing <param name="todir"/> documentation for "M:Godot.Directory.ChangeDir(System.String)"]
[Missing <returns> documentation for "M:Godot.Directory.ChangeDir(System.String)"]