FileDialog.setCheckPathExists

Overview | Methods | This Package | All Packages

FileDialog.setCheckPathExists

Sets a boolean value indicating whether the dialog box should display a warning if the user specifies a path that does not exist.

Syntax

public final void setCheckPathExists( boolean value )

Parameters

value

Set to true if the dialog box displays a warning when the user specifies a path that does not exist; otherwise, set to false. The default value is true.

See Also   getCheckPathExists