You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered that when I changed the casing of a single letter in a file name on an exfat USB stick (i.e. case-insensitive, but case-retaining), renamer complained that it would overwrite existing files.
PS: the obvious fix is the same that everyone knows from Windows in order to rename a file and only change the casing: simply split it into two. 1. rename to something else (e.g. append _) then 2. do the case change and remove the appended "something".
The text was updated successfully, but these errors were encountered:
I encountered that when I changed the casing of a single letter in a file name on an exfat USB stick (i.e. case-insensitive, but case-retaining),
renamer
complained that it would overwrite existing files.This happened on Linux with 1.6.5.
May be related to #75?!
PS: the obvious fix is the same that everyone knows from Windows in order to rename a file and only change the casing: simply split it into two. 1. rename to something else (e.g. append
_
) then 2. do the case change and remove the appended "something".The text was updated successfully, but these errors were encountered: