pandemonium_engine/drivers/windows
nikitalita 90a8cad6ed 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.

(cherry picked from commit 0d3d5ac76983de35b8c1dddd65a4c2f8be74d555)
2022-11-30 19:27:06 +01:00
..
dir_access_windows.cpp Fix DirAccessWindows::make_dir() choking on ".." 2022-11-30 19:27:06 +01:00
dir_access_windows.h
file_access_windows.cpp
file_access_windows.h
SCsub