Opens a file in the specified mode.
path The relative path of the file within the isolated store.mode One of the enumeration values that specifies how to open the file.
A file that is opened in the specified mode, with read/write access, and is unshared.
This method is equivalent to using the IsolatedStorageFileStream.#ctor(string, System.IO.FileMode, IsolatedStorageFile) constructor.