Removes the specified isolated storage scope and all
contents thereof.
[Visual Basic] Overloads Public Shared Sub Remove( _ ByVal scope As IsolatedStorageScope _ ) [C#] public static void Remove( IsolatedStorageScope scope ); [C++] public: static void Remove( IsolatedStorageScope scope ); [JScript] public static function Remove( scope : IsolatedStorageScope );
none
Irrevocably removes the entire scope and all contained directories and files.
IsolatedStorageFile Class | IsolatedStorageFile Members | System.IO.IsolatedStorage Namespace | IsolatedStorageFile.Remove Overload List