Open VioletGiraffe opened 4 years ago
It seems APFS (macOS) may be either case-sensitive or insensitive.
It seems Windows may in some unclear circumstances have volumes with case sensitive system, see FILE_CASE_SENSITIVE_SEARCH in https://docs.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi-getvolumeinformationa
FILE_CASE_SENSITIVE_SEARCH
No doubt, Linux supports some file systems that may be case-insensitive.
Removable drives! A FAT32 thumb stick is case-insensitive regardless of whether you work with in on Windows or Linux.
It seems APFS (macOS) may be either case-sensitive or insensitive.
It seems Windows may in some unclear circumstances have volumes with case sensitive system, see
FILE_CASE_SENSITIVE_SEARCH
in https://docs.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi-getvolumeinformationaNo doubt, Linux supports some file systems that may be case-insensitive.
Removable drives! A FAT32 thumb stick is case-insensitive regardless of whether you work with in on Windows or Linux.