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 Clang format all files. 2022-03-18 19:00:13 +01:00
file_access_windows.cpp Moved String and related classes under a string folder in core. 2022-08-17 14:19:55 +02:00
file_access_windows.h Clang format all files. 2022-03-18 19:00:13 +01:00
SCsub Added godot with all my currently used engine modules. 2022-03-15 13:29:32 +01:00