godot/drivers/windows
nikitalita 0d3d5ac769 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.
2022-09-26 12:24:02 -07:00
..
dir_access_windows.cpp
dir_access_windows.h
file_access_windows.cpp
file_access_windows.h
SCsub