Click or drag to resize

EditorFileSystemGetFilesystemPath Method

Returns a view into the filesystem at path.

Namespace:  Godot
Assembly:  GodotSharpEditor (in GodotSharpEditor.dll) Version: 1.0.0
Syntax
C#
public EditorFileSystemDirectory GetFilesystemPath(
	string path
)

Parameters

path
Type: SystemString

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

Return Value

Type: EditorFileSystemDirectory

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

See Also