EditorFileSystemDirectory.getFileType

Returns the resource type of the file at index idx. This returns a string such as "Resource" or "GDScript", not a file extension such as ".gd".

struct EditorFileSystemDirectory
@nogc nothrow const
String
getFileType
(
in long idx
)

Meta