If you upload files via drag-and-drop using the Boomla toolchain, either via the IDE or your main site, your filenames will be converted to lowercase. That may be great for having nice URLs, not so great for programmers.
Here is an automated fix:
Create a file anywhere on the website's filesystem,
set it's type to sjs-4
,
set it's body to the code below,
change /x
at the top of the code to the subtree where you want to rename files, and
visit it in your browser.
For example, rename /x
to /
to rename files everywhere in your website.