Microsoft SDK for Java

FileDialog.getDereferenceLinks

Retrieves a boolean value indicating whether the dialog box returns the path and file name of the file referenced by the a shortcut or whether it returns the path and file name of the shortcut (.LNK) file.

Syntax

public final boolean getDereferenceLinks()

Return Value

Returns true if the dialog box returns the path and file name of the file referenced by the a shortcut; returns false if the dialog box returns the path and file name of the shortcut (.lnk) file.

See Also   setDereferenceLinks

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