1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

[Web] Fix DirAccess::unlink() not updating the IDBFS

This commit is contained in:
Adam Scott
2024-12-09 17:25:53 -05:00
parent aa8d9b83f6
commit a6c5373a09
6 changed files with 31 additions and 5 deletions

View File

@@ -52,6 +52,9 @@ protected:
virtual bool is_hidden(const String &p_name);
public:
typedef void (*RemoveNotificationFunc)(const String &p_file);
static RemoveNotificationFunc remove_notification_func;
virtual Error list_dir_begin() override; ///< This starts dir listing
virtual String get_next() override;
virtual bool current_is_dir() const override;