This topic has not yet been rated - Rate this topic

OpenFileDialog.File Property

Silverlight

Gets a FileInfo object for the selected file. If multiple files are selected, returns the first selected file.

Namespace:  System.Windows.Controls
Assembly:  System.Windows (in System.Windows.dll)
public FileInfo File { get; }

Property Value

Type: System.IO.FileInfo
The selected file. If multiple files are selected, returns the first selected file.

Silverlight

Supported in: 5, 4, 3

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.