Click or drag to resize

EditorFileSystemGetFileType Method

Gets the type of the file, given the full path.

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

Parameters

path
Type: SystemString

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

Return Value

Type: String

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

See Also