FileDialog.setRestoreDirectory

Overview | Methods | This Package | All Packages

FileDialog.setRestoreDirectory

Sets a boolean value indicating whether the dialog box restores the current directory before closing.

Syntax

public final void setRestoreDirectory( boolean value )

Parameters

value

Set to true if you want the dialog box to restore the current directory to its original value if the user changes the directory while searching for files; otherwise, set to false. The default value is false.

See Also   getRestoreDirectory