This topic has not yet been rated - Rate this topic

StorageContainer.CreateFile Method

Creates a file at a specified path in the StorageContainer.

Namespace: Microsoft.Xna.Framework.Storage
Assembly: Microsoft.Xna.Framework.Storage (in microsoft.xna.framework.storage.dll)

public Stream CreateFile (
         string file
)

Parameters

file
Type: String
The relative path of the file to be created in the StorageContainer.

Return Value

A new file with read/write access.
Xbox 360, Windows 7, Windows Vista, Windows XP
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.