XtfFileIO

The Xbox Tools Framework (XTF) API that is used to manage files on a development console.

Interfaces

  Name Description
IXtfBatchFileIOClient Batch copies files between two locations on a development console.
IXtfCopyFileCallback Provides callbacks that are used when the status of an IXtfFileIOClient::CopyFiles or IXtfBatchFileIOClient::CopyFiles operation changes.
IXtfFileIOClient Represents an Xbox Tools Framework (XTF) file I/O client.
IXtfFindFileCallback Provides a callback that is used when a file is found during a find or delete operation.

Structures

  Name Description
XTFFILEINFO Contains information about a file for Xbox Tools Framework (XTF) apps.
XTFFILEIORESERVED Not used.

To create an object that implements the IXtfFileIOClient interface, call XtfCreateFileIOClient.

Note If an exclusive resource app is not running it is now recommended to use standard Windows FileIO and network shares rather than XtfFileIO. See Xbox One Neighborhood: Accessing the Console File System from Your PC for information on accessing the console file system as a network share.