Microsoft SDK for Java

FileDialog.getValidateNames

Retrieves a boolean value indicating whether the dialog box accepts only valid Win32 file names.

Syntax

public final boolean getValidateNames()

Return Value

Returns true if the dialog box checks file names to make sure they are valid Win32 file names before returning them; returns false if the dialog box will return invalid file names.

See Also   setValidateNames

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