Open
Description
Right now it overwrites automatically.
Possible implementation:
- Loop through all names in the selection and the output folder and check there are no duplicates
- If there are no duplicates, continue as normal
- If there ARE duplicates, ask in a dialog if they want to overwrite or abort
- Set
overwrite
totrue
orfalse
depending on their answer - Possible: show which files were skipped if they didn't want to overwrite? (show this in a scrollable list in case there is lots to show)
Dialog samples that can serve as inspiration: https://github.com/AdobeXD/plugin-samples/tree/master/ui-dialog-variations
Activity