Project
The case sensitivity differences in file paths between Linux file systems and Windows file systems
I conducted tests on Windows 10’s WSL to examine the case sensitivity differences in file paths within the home directory (Linux file system) when it comes to recognizing the case sensitivity of paths in C++ code. However, within the /mnt/d directory (Windows file system), case sensitivity is ignored. Project had Read more…