Click or drag to resize

VistaSaveFileDialogOpenFile Method

Opens the file with read/write permission selected by the user.

Namespace:  Ookii.Dialogs
Assembly:  Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Stream OpenFile()

Return Value

Type: Stream
The read/write file selected by the user.
Exceptions
ExceptionCondition
ArgumentNullExceptionFileName is or an empty string.
See Also