mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
So far we left most temporary files lying around, so this attempts to fix that. I added a helper method to DirAccess to factor out the boilerplate of creating a DirAccess, checking if the file exists, remove it or print an error on failure.