Click or drag to resize

EditorFileDialogSetCurrentDir Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.EditorFileDialog.SetCurrentDir(System.String)"]

Namespace:  Godot
Assembly:  GodotSharpEditor (in GodotSharpEditor.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetCurrentDir is deprecated. Use the CurrentDir property instead.")]
public void SetCurrentDir(
	string dir
)

Parameters

dir
Type: SystemString

[Missing <param name="dir"/> documentation for "M:Godot.EditorFileDialog.SetCurrentDir(System.String)"]

See Also