Attention: Here be dragons

This is the latest (unstable) version of this documentation, which may document features not available in or compatible with released stable versions of Godot.

EditorFileSystemDirectory

Inherits: Object

A directory for the resource filesystem.

Description

A more generalized, low-level variation of the directory concept.

Methods

int

find_dir_index ( String name ) const

int

find_file_index ( String name ) const

String

get_file ( int idx ) const

int

get_file_count ( ) const

bool

get_file_import_is_valid ( int idx ) const

String

get_file_path ( int idx ) const

String

get_file_script_class_extends ( int idx ) const

String

get_file_script_class_name ( int idx ) const

StringName

get_file_type (