hfs+

Check if file system is case-insensitive in Python

Check if file system is case-insensitive in Python Question: Is there a simple way to check in Python if a file system is case insensitive? I’m thinking in particular of file systems like HFS+ (OSX) and NTFS (Windows), where you can access the same file as foo, Foo or FOO, even though the file case …

Total answers: 10