mirror of
https://github.com/godotengine/godot.git
synced 2026-03-31 21:35:13 +00:00
`CreateDirectoryW()` chokes on absolute paths that contain `..` example: "C:\\workspace\\..\\games\\assets" Simplifying the path before creating the dir fixes this.