cfc icon indicating copy to clipboard operation
cfc copied to clipboard

Duplicate File Renaming Appends To File Extension Rather Than Name

Open ERRORCODE509 opened this issue 3 months ago • 1 comments

Basically the title. When receiving a duplicate file name (ie, receiving the same file twice) the appended number is added after the file extension rather than the name, requiring manual renaming to be opened by many apps.

Ie.

  1. Receive file "test.txt"
  2. Try receive same file again
  3. Expected file name should be "test (1).txt", but is instead "test.txt (1)"

Fairly certain this is the app, not Android? Correct me if I'm wrong, I very well could be.

ERRORCODE509 avatar Sep 10 '25 20:09 ERRORCODE509

I think this is an Android thing, sadly.

It's possible we could add a workaround though

sz3 avatar Sep 10 '25 23:09 sz3