View Single Post
Old 04-06-2024, 09:51 AM   #4
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,948
Karma: 6361444
Join Date: Nov 2009
Device: many
Renaming a file can not be done if the new name already exists (in a case insensitive manner). Think unix mv -i but on a case insensitive file system.

That is the issue. It sees the new name of the file as already existing and will not do the rename (to prevent ending up with effectively two files with the same name or overwriting a file inadvertently.

Last edited by KevinH; 04-06-2024 at 09:55 AM.
KevinH is online now   Reply With Quote