RegexRename is for multiple file renames at once.
Since you are on Linux that is case-sensitive, look for the routine (BookBrowser.cpp) that does case insensitive file name checking for duplicates and just change it to be case sensitive. That might work since the Linux filesystem deals with case differences.
|