Sets the path for the directory whose contents are initially displayed in the dialog box.
public final void setInitialDir( String value )
value
The path of the initial directory for the dialog box. If you specify an empty string for the value parameter, the initial directory will be the current directory.
See the OpenFileDialog control topic for a code example using this method.
See Also getInitialDir