Click or drag to resize

ProjectSettingsLocalizePath Method

Returns the localized path (starting with res://) corresponding to the absolute, native OS path. See also GlobalizePath(String).

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

Parameters

path
Type: SystemString

[Missing <param name="path"/> documentation for "M:Godot.ProjectSettings.LocalizePath(System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Godot.ProjectSettings.LocalizePath(System.String)"]

See Also