Click or drag to resize

DirectoryGetCurrentDir Method

Returns the absolute path to the currently opened directory (e.g. res://folder or C:\tmp\folder).

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public string GetCurrentDir()

Return Value

Type: String

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

See Also