Microsoft SDK for Java

FileDialog.getCheckPathExists

Retrieves 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 boolean getCheckPathExists()

Return Value

Returns true if the dialog box displays a warning when the user specifies a path that does not exist; otherwise, returns false.

See Also   setCheckPathExists

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