mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
[Web] Fix DirAccess::unlink() not updating the IDBFS
This commit is contained in:
parent
aa8d9b83f6
commit
a6c5373a09
6 changed files with 31 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue