Microsoft SDK for Java

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

© 1999 Microsoft Corporation. All rights reserved. Terms of use.