Click or drag to resize

FileDialogGetCurrentDir Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.FileDialog.GetCurrentDir"]

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

Return Value

Type: String

[Missing <returns> documentation for "M:Godot.FileDialog.GetCurrentDir"]

See Also