Deletes a directory in the isolated storage scope.
dir The relative path of the directory to delete within the isolated storage scope.
A directory must be empty before it is deleted. The deleted directory cannot be recovered once deleted.
The [<topic://cpcondeletingfilesdirectories>] example demonstrates the use of the IsolatedStorageFile.DeleteDirectory(string) method.