Objective:
I would like to request a feature that allows performing a "Save As" operation on multiple files at once, saving them all to a single target folder selected by the user.
Feature Details:
Multi-file selection:
The user should be able to select multiple files at once (e.g., through a multi-select file dialog or drag-and-drop interface).
Single destination folder:
After selecting the files, the system should prompt the user to choose one common destination folder where all the selected files will be saved.
Automatic or manual renaming options:
Option A (Automatic): Each file is saved with its original name in the new folder.
Option B (Manual): Allow the user to rename each file during the saving process or apply a naming pattern (e.g., filename_v1
, filename_edited
, etc.).
Maintain file format:
Each file should be saved in its original format and extension (e.g., .docx
, .xlsx
, .pdf
, etc.).
Confirmation and operation log:
At the end of the process, provide a summary screen confirming the files that were saved, their names, and the destination folder. Optionally, generate a simple log of the operations (useful for auditing or version control).