mirror of
https://github.com/godotengine/godot.git
synced 2024-11-25 13:43:15 +00:00
e1a39d66b0
`CreateDirectoryW()` chokes on absolute paths that contain `..`
example: "C:\\workspace\\..\\games\\assets"
Simplifying the path before creating the dir fixes this.
(cherry picked from commit
|
||
---|---|---|
.. | ||
dir_access_windows.cpp | ||
dir_access_windows.h | ||
file_access_windows.cpp | ||
file_access_windows.h | ||
SCsub |