godot
godot copied to clipboard
HTML5: Deleted files reappear after page refresh
Godot version
3.5-stable
System information
Chrome 104.0.5112.81, Windows 10
Issue description
If you call Directory.remove(), it only deletes the file for the current instance of the game (also it returns OK). If you refresh the page, the file is still there.
However, if you delete the file then create another file, the first one is deleted successfully.
Steps to reproduce
- Download MRP.
- Add some files.
- Delete them.
- Refresh the list. See how they are not there.
- Refresh the page. See how they are back.
- Delete them again, but then add a new file.
- Refresh the page. Only the last added file is there.