See Also: OpenFileDialog Members
This class allows you to check whether a file exists and to open it. The OpenFileDialog.ShowReadOnly property determines whether a read-only check box appears in the dialog box. The OpenFileDialog.ReadOnlyChecked property indicates whether the read-only check box is checked.
Most of the functionality for this class is found in the System.Windows.Forms.FileDialog class.
If you want to give the user the ability to select a folder instead of a file, use System.Windows.Forms.FolderBrowserDialog instead.