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
The changeExtensionTo method (part of better.files.File) splits file names on the first occurrence of a dot and hence will incorrectly rename any file with multiple extensions.
I confirmed the bug by running the following example:
The
changeExtensionTo
method (part of better.files.File) splits file names on the first occurrence of a dot and hence will incorrectly rename any file with multiple extensions.I confirmed the bug by running the following example:
will result in
meaning that is also not only due to the extension and the replacement being the same.
System information:
The text was updated successfully, but these errors were encountered: