Click or drag to resize

FileDialogGetCurrentFile Method

Note: This API is now obsolete.

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

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

Return Value

Type: String

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

See Also