FileDialog.setDereferenceLinks

Overview | Methods | This Package | All Packages

FileDialog.setDereferenceLinks

Sets 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 void setDereferenceLinks( boolean value )

Parameters

value

Set to true if the dialog box returns the path and file name of the file referenced by the a shortcut; set to false if the dialog box returns the path and file name of the shortcut (.lnk) file. The default value is true.

See Also   getDereferenceLinks