What's a good way to check if my file system is case-sensitive (with file names) on Windows, Mac, and Linux?
feedback
|
|
Write a script that enumerates some files, change the case on the filenames, then see if those new filenames exist (without modifying any files or writing anything to the filesystem). If they do, the filesystem is not case-sensitive. I would check a number of files in case there happens to be both "myfile" and "MYFILE" in the same directory. | |||||||
feedback
|