SaveFileDialog.getCreatePrompt

Overview | Methods | This Package | All Packages

SaveFileDialog.getCreatePrompt

Retrieves a boolean value indicating whether the dialog box prompts the user for permission to create a file if the user specifies a file that does not exist.

Syntax

public final boolean getCreatePrompt()

Return Value

Returns true if the dialog box prompts the user before creating a file if the user specifies a file name that does not exist; returns false if the dialog box automatically creates the new file without prompting the user for permission.

See Also   setCreatePrompt