mirror of
https://github.com/tiennm99/godot.git
synced 2026-07-15 19:11:07 +00: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.