Prompts the user when a file is about to be overwritten.
protected boolean promptFileOverwrite( String fileName )
fileName
The name of the file to write to.
This method is invoked when the overwritePrompt property is set to true and the specified file already exists. A return value of false prevents the dialog box from closing.