public bool IsInitialDirRootDir { get; set; }Public Property IsInitialDirRootDir As Boolean
Get
SetWhen user enters intial directory defined by InitialDirectory and IsInitialDirRootDir is set to true, list of files won't have the '..' item, so the user could not go upper.
If IsInitialDirRootDir is set to false and user enters initial directory, list of files will have '..' item. OpenSaveDialogForm behaves in classic manner.
System.Boolean.Boolean