Microsoft.Xna.Framework.Storage Namespace

Contains classes that allow reading and writing of files.

Classes

Name Description
Public Class StorageContainer Represents a logical collection of storage files.
Public Class StorageDevice Represents a storage device for user data, such as a memory unit or hard drive.
Public Class StorageDeviceNotConnectedException The exception that is thrown when the requested StorageDevice is not connected.

See Also

Tasks

How to: Create a File
How to: Open a File
How to: Copy a File
How to: Rename a File
How to: Enumerate Files
How to: Delete a File
How to: Load a Game Data File
How to: Serialize Data
How to: Get a StorageDevice Asynchronously

Concepts

Storage Overview