Work in progress

Godot documentation is being updated to reflect the latest changes in version 4.0. Some documentation pages may still state outdated information. This banner will tell you if you're reading one of such pages.

The contents of this page are up to date. If you can still find outdated information, please open an issue.

FileSystemDock

Inherits: VBoxContainer < BoxContainer < Container < Control < CanvasItem < Node < Object

There is currently no description for this class. Please help us by contributing one!

Methods

void

navigate_to_path ( String path )


Signals

display_mode_changed ( )

There is currently no description for this signal. Please help us by contributing one!


file_removed ( String file )

There is currently no description for this signal. Please help us by contributing one!


files_moved ( String old_file, String new_file )

There is currently no description for this signal. Please help us by contributing one!


folder_moved ( String old_folder, String new_folder )

There is currently no description for this signal. Please help us by contributing one!


folder_removed ( String folder )

There is currently no description for this signal. Please help us by contributing one!


inherit ( String file )

There is currently no description for this signal. Please help us by contributing one!


instantiate ( PackedStringArray files )

There is currently no description for this signal. Please help us by contributing one!


resource_removed ( Resource resource )

There is currently no description for this signal. Please help us by contributing one!


Method Descriptions

void navigate_to_path ( String path )

There is currently no description for this method. Please help us by contributing one!