mirror of
https://github.com/tiennm99/godot.git
synced 2026-07-19 14:17:46 +00:00
`CreateDirectoryW()` chokes on absolute paths that contain `..` example: "C:\\workspace\\..\\games\\assets" Simplifying the path before creating the dir fixes this.