FilenameConflictAction typedef

FilenameConflictAction = String
uniquify
To avoid duplication, the `filename` is changed to include a counter before the filename extension.
overwrite
The existing file will be overwritten with the new file.
prompt
The user will be prompted with a file chooser dialog.

Implementation

typedef FilenameConflictAction = String;