diff options
author | nikitalita <69168929+nikitalita@users.noreply.github.com> | 2022-09-26 12:24:02 -0700 |
---|---|---|
committer | nikitalita <69168929+nikitalita@users.noreply.github.com> | 2022-09-26 12:24:02 -0700 |
commit | 0d3d5ac76983de35b8c1dddd65a4c2f8be74d555 (patch) | |
tree | 320f5356a06252335e18ad692a4a4600b863ead9 /modules | |
parent | 84f2c68c84bde10026454292578e5fdcc9ab69a3 (diff) |
Fix DirAccessWindows::make_dir() choking on ".."
`CreateDirectoryW()` chokes on absolute paths that contain `..`
example: "C:\\workspace\\..\\games\\assets"
Simplifying the path before creating the dir fixes this.
Diffstat (limited to 'modules')
0 files changed, 0 insertions, 0 deletions