IRemoteToolDevice::MakeDirectory (Compact 2013)
3/26/2014
Creates a new directory in the device’s file system. This simply delegates to ICcConnection::MakeDirectory in the Core Connectivity native API.
Syntax
HRESULT MakeDirectory([in] BSTR bstrDeviceDirectory)
Parameters
- bstrDeviceDirectory
The full path of the directory to create on the device.
Return Value
ERROR_INVALID_DATA if there is no active connection created by calling IRemoteToolServer::ConnectToDevice.
S_OK if success.
Other error codes may be returned from ICcConnection::MakeDirectory.
See Also
Reference
IRemoteToolDevice
IRemoteToolServer::ConnectToDevice
ICcConnection::MakeDirectory