Deletes a file in the isolated storage scope.
file The relative path of the file to delete within the isolated storage scope.
The deleted file cannot be recovered once deleted.
The [<topic://cpcondeletingfilesdirectories>] example demonstrates the use of the IsolatedStorageFile.DeleteFile(string) method.