[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
No known key found for this signature in database
GPG key ID: F6BA2A0302E21A77
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;