IXtfFileIOClient::CreateDirectory Method

Creates the specified directory on the development console.

Syntax

public:
HRESULT CreateDirectory(
         LPCWSTR pszDirectory
)  

Parameters

pszDirectory
Type: LPCWSTR 

Pointer to the directory path to the directory to create on the development console.

Return value

Type: HRESULT 

HRESULT success or error code.

Requirements

Header: Declared in xtffileio.h.

Library: Use xtffileio.lib.

See also

Reference

IXtfFileIOClient Interface

IXtfFileIOClient Members

XtfFileIO