FileDialog.promptFileCreate

Overview | Methods | This Package | All Packages

FileDialog.promptFileCreate

Prompts the user when a file is about to be created.

Syntax

protected boolean promptFileCreate( String fileName )

Parameters

fileName

The name of the file to create.

Remarks

This method is invoked when the createPrompt property is set to true and the specified file does not exist. A return value of false prevents the dialog box from closing.