virtualx-engine/drivers/windows
nikitalita e1a39d66b0
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 0d3d5ac769)
2022-11-30 15:06:28 +01:00
..
dir_access_windows.cpp Fix DirAccessWindows::make_dir() choking on ".." 2022-11-30 15:06:28 +01:00
dir_access_windows.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
file_access_windows.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
file_access_windows.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00