Creates a file in the isolated store.
path The relative path of the file to create.
A new isolated storage file.
This method is equivalent to using the IsolatedStorageFileStream.#ctor(string, System.IO.FileMode, System.IO.FileAccess, System.IO.FileShare, IsolatedStorageFile) constructor.