Creates a directory in the isolated storage scope.
[Visual Basic] Public Sub CreateDirectory( _ ByVal dir As String _ ) [C#] public void CreateDirectory( string dir ); [C++] public: void CreateDirectory( String* dir ); [JScript] public function CreateDirectory( dir : String );
none
Exception Type | Condition |
---|---|
IsolatedStorageException | insufficient permission to create isolated storage directory |
Created directory initially contains no files.
NGWS Runtime Security:
IsolatedStorageFilePermission | right to access the isolated storage scope |
IsolatedStorageFile Class | IsolatedStorageFile Members | System.IO.IsolatedStorage Namespace