By default FME will happily overwrite existing destination files but sometimes that's not what you want. In that case either terminating the process or halting and prompting for a new filename could save a lot of trouble.
It could be a workspace parameter with 3 settings:
- always overwrite (the current behaviour)
- prompt
- terminate
I guess it'd be similar to a FileExistenceChecker with some additional processing, but wrapped up nicely.



