0 out of 3 rated this helpful - Rate this topic

OpenFileDialog.InitialDirectory Property

Silverlight

Gets or sets the directory displayed when the dialog starts.

Namespace:  System.Windows.Controls
Assembly:  System.Windows (in System.Windows.dll)
public string InitialDirectory { get; set; }

Property Value

Type: System.String
The directory displayed when the dialog starts. The default is an empty string.
ExceptionCondition
ArgumentException

The directory specified is not a valid file path.

Silverlight

Supported in: 5

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.