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.
public final void setDereferenceLinks( boolean value )
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