-
-
Notifications
You must be signed in to change notification settings - Fork 5
Rename multiple files
Falcion edited this page Mar 22, 2025
·
1 revision
The "Rename multiple files" modal allows you to rename multiple files selected through the file navigation menu. By right-clicking on a selected range of files, you can change their names.
Preview:

Note
If you rename multiple files with the same extension to the same name, their
names will be appended with (--number of the file with the same name).
This means you will get a range of files named as follows:
# Original files
DifferentName1
DifferentName2
DifferentName3
DifferentName4
# Renaming them to "Example"
Example
Example (1)
Example (2)
Example (3)