OpenSaveDialogFormInitialDirectory Property

Gets or sets the initial directory.

Definition

Namespace: BeeMobile.OpenSaveDialog
Assembly: BeeMobile.OpenSaveDialog.NET48 (in BeeMobile.OpenSaveDialog.NET48.dll) Version: 4.8.1.3
C#
public string InitialDirectory { get; set; }

Property Value

String

Remarks

A path to directory which contents are displayed when the control is shown.

If the initial directory does not exist, then root directory will be used.

See Also