
OVERWRITE CONFIRM
-----------------

Implements file overwriting confirmation request in a modular way.

When Trigger is set, the filename specified by the *fully qualified path* on the Filename pin is checked. If it does not exist, OK Out is triggered shortly (TRUE followed by FALSE). If the file exists, an OK/CANCEL asynchronous dialog is opened, asking the user whether he wants to overwrite the file or not. In case OK is pressed, OK Out is triggered shortly as above, otherwise nothing happens.

You can set Title and Message pins to override the default title and message body of the confirmation dialog.


NOTE:
This module was added for completeness only and/or for usage with the ED File Browser. Keep in mind that the ED File Requester already offers an overwriting confirmation dialog, when Save Mode is enabled.