.. Generated automatically by doc/tools/makerst.py in Godot's source tree. .. DO NOT EDIT THIS FILE, but the doc/base/classes.xml source instead. .. _class_EditorFileSystem: EditorFileSystem ================ **Inherits:** :ref:`Node` **<** :ref:`Object` **Category:** Core Brief Description ----------------- Resource filesystem, as the editor sees it. Member Functions ---------------- +--------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`get_file_type` **(** :ref:`String` path **)** const | +--------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------+ | :ref:`EditorFileSystemDirectory` | :ref:`get_filesystem` **(** **)** | +--------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------+ | :ref:`EditorFileSystemDirectory` | :ref:`get_filesystem_path` **(** :ref:`String` path **)** | +--------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------+ | :ref:`float` | :ref:`get_scanning_progress` **(** **)** const | +--------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`is_scanning` **(** **)** const | +--------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------+ | void | :ref:`scan` **(** **)** | +--------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------+ | void | :ref:`scan_sources` **(** **)** | +--------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------+ | void | :ref:`update_file` **(** :ref:`String` path **)** | +--------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------+ Signals ------- - **filesystem_changed** **(** **)** Emitted if the filesystem changed. - **resources_reimported** **(** :ref:`PoolStringArray` resources **)** - **sources_changed** **(** :ref:`bool` exist **)** Emitted if the source of any imported file changed. Description ----------- This object holds information of all resources in the filesystem, their types, etc. Member Function Description --------------------------- .. _class_EditorFileSystem_get_file_type: - :ref:`String` **get_file_type** **(** :ref:`String` path **)** const Get the type of the file, given the full path. .. _class_EditorFileSystem_get_filesystem: - :ref:`EditorFileSystemDirectory` **get_filesystem** **(** **)** Get the root directory object. .. _class_EditorFileSystem_get_filesystem_path: - :ref:`EditorFileSystemDirectory` **get_filesystem_path** **(** :ref:`String` path **)** .. _class_EditorFileSystem_get_scanning_progress: - :ref:`float` **get_scanning_progress** **(** **)** const Return the scan progress for 0 to 1 if the FS is being scanned. .. _class_EditorFileSystem_is_scanning: - :ref:`bool` **is_scanning** **(** **)** const Return true of the filesystem is being scanned. .. _class_EditorFileSystem_scan: - void **scan** **(** **)** Scan the filesystem for changes. .. _class_EditorFileSystem_scan_sources: - void **scan_sources** **(** **)** Check if the source of any imported resource changed. .. _class_EditorFileSystem_update_file: - void **update_file** **(** :ref:`String` path **)** Update a file information. Call this if an external program (not Godot) modified the file.