StorageContainer.OpenFile Method
Opens a file at a specified path in the StorageContainer.
Overload List
Name | Description |
---|---|
StorageContainer.OpenFile (String, FileMode) | Opens a file in the StorageContainer. |
StorageContainer.OpenFile (String, FileMode, FileAccess) | Opens a file in the StorageContainer in the designated mode with the specified read/write access. |
StorageContainer.OpenFile (String, FileMode, FileAccess, FileShare) | Opens a file in the StorageContainer in the designated mode with the specified read/write access and sharing permission. |
See Also
Reference
StorageContainer Class
StorageContainer Members
Microsoft.Xna.Framework.Storage Namespace