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.
public final boolean getCreatePrompt()
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