Click or drag to resize

OSGetSystemDir Method

Returns the actual path to commonly used folders across different platforms. Available locations are specified in OSSystemDir.

Note: This method is implemented on Android, Linux, macOS and Windows.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static string GetSystemDir(
	OSSystemDir dir
)

Parameters

dir
Type: GodotOSSystemDir

[Missing <param name="dir"/> documentation for "M:Godot.OS.GetSystemDir(Godot.OS.SystemDir)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Godot.OS.GetSystemDir(Godot.OS.SystemDir)"]

See Also