  | VistaFileDialogInitialDirectory Property  | 
 
            Gets or sets the initial directory displayed by the file dialog box.
            
 
    Namespace: 
   Ookii.Dialogs
    Assembly:
   Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string InitialDirectory { get; set; }Public Property InitialDirectory As String
	Get
	Set
public:
property String^ InitialDirectory {
	String^ get ();
	void set (String^ value);
}member InitialDirectory : string with get, set
Property Value
Type: 
String
            The initial directory displayed by the file dialog box. The default is an empty string ("").
            
See Also