Initializes a new instance of an IsolatedStorageFileStream object giving access to the file designated by path in the specified mode. Mode indicates if a new file should be created, an existing one used, and so forth.
[Visual Basic] Overloads Public Sub New( _ ByVal path As String, _ ByVal mode As FileMode _ ) [C#] public IsolatedStorageFileStream( string path, FileMode mode ); [C++] public: IsolatedStorageFileStream( String* path, FileMode mode ); [JScript] public function IsolatedStorageFileStream( path : String, mode : FileMode );
Not only much code have the necessary IsolatedStoragePermission, but it must have identity in order to access a particular isolated storage instance.
NGWS Runtime Security:
IsolatedStorage | code must have isolated storage access |
IsolatedStorageFileStream Class | IsolatedStorageFileStream Members | System.IO.IsolatedStorage Namespace | IsolatedStorageFileStream Constructor Overload List