mirror of
https://github.com/godotengine/godot.git
synced 2026-01-08 00:25:01 +03:00
`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 0d3d5ac769)