79544688

Date: 2025-03-30 14:02:59
Score: 1
Natty:
Report link

Old question, but for other people facing the same issue:

Since Windows 10 1803, it is possible to set certain folders as case-sensitive in windows.

You can use this command:

fsutil file setCaseSensitiveInfo <folder_path> enable

This only works on empty folders, so you might have to create a new folder and then move all the existing files, but it can avoid issues like this.
It obviously does not solve the issue exactly, but the only real solution is to fix the file names anyway in this case rather than trying to make it work with some hacky solution.

By setting the case sensitivity you get the added bonus that you can't accidentally have a version that works locally, but not on prod

Reasons:
  • Whitelisted phrase (-1.5): You can use
  • Whitelisted phrase (-1): solution is
  • Contains signature (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): facing the same issue
  • Low reputation (1):
Posted by: Sam