- path
The relative path of the file within the isolated store.
- mode
One of the enumeration values that specifies how to open or create the file.
- access
One of the enumeration values that specifies whether the file will be opened with read, write, or read/write access
- share
A bitwise combination of enumeration values that specify the type of access other System.IO.IsolatedStorage.IsolatedStorageFileStream objects have to this file.
![]()
A file that is opened in the specified mode and access, and with the specified sharing options.
This method is equivalent to using the IsolatedStorageFileStream.#ctor(string, System.IO.FileMode, System.IO.FileAccess, System.IO.FileShare, IsolatedStorageFile) constructor.