View Single Post
Old 02-02-2024, 11:18 AM   #7
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,859
Karma: 6120478
Join Date: Nov 2009
Device: many
Sorry, but because Sigil must run on case insensitive file systems and adding files can come from any external path (ie only the filename itself is valid/unique when selecting an external file) duplicate names (even if case sensitively unique) must be changed to allow the add or move to happen. Otherwise with image files it will prompt you to overwrite them.

Once the file's full bookpath is unique, you can rename it back to what you want.

I typically rename the problem file to some unrelated temp name first to prevent issues.

Yes that can be a pain in the ass but occurs rarely enough I have not fought the code to try and change it.

Last edited by KevinH; 02-02-2024 at 11:27 AM.
KevinH is online now   Reply With Quote