IXtfFileIOClient Interface
Represents an Xbox Tools Framework (XTF) file I/O client.
Syntax
interface IXtfFileIOClient : public IUnknown
Methods
Method | Description |
---|---|
CopyFiles | Copies files between two locations on a development console and returns information about the operation. |
CreateDirectory | Creates the specified directory on the development console. |
DeleteFiles | Deletes files from the development console. |
FindFiles | Searches for files on a development console. |
GetFileAttributes | Retrieves the attributes of the specified file on the development console. |
GetFileInfo | Retrieves information about the specified file on the development console. |
GetFileSize | Retrieves the size of the specified file on the development console. |
RemoveDirectory | Deletes the specified directory from the development console. |
SetFileAttributes | Sets attributes for files on the development console. |
Remarks
This interface is created by calling XtfCreateFileIOClient. IXtfFileIOClient allows you to do all of the basic file manipulations on a dev console programatically. IXtfFileIOClient functionality includes finding, copying, creating, deleting, editing, and getting information for files and directories, on a development console.
Requirements
Header: xtffileio.h
Library: xtffileio.lib
Supported platforms: Windows (for Xbox console tools)