mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-28 11:09:16 +00:00
8cde69f5f2
Windows APIs don't really provide a way to change a filename case. This
implements a little juggling to make this work. We first create a
guaranteed unique temporary file, we then replace the original file with
the temporary file and we finally rename it to the desired filename
case.
(cherry picked from commit d69d58deea)