The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
IsolatedStorageFile::OpenFile Method
.NET Framework (current version)
Opens a file using the specified sharing and access options.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | OpenFile(String^, FileMode) | Opens a file in the specified mode. |
![]() | OpenFile(String^, FileMode, FileAccess) | Opens a file in the specified mode with the specified read/write access. |
![]() | OpenFile(String^, FileMode, FileAccess, FileShare) | Opens a file in the specified mode, with the specified read/write access and sharing permission. |
Show:
