mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-19 19:44:52 +00:00
37a16fee05
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.