Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/12/2014
Creates a directory on the device
Namespace: Microsoft.RemoteToolSdk.PluginComponents
Assembly: Microsoft.RemoteToolSdk (in microsoft.remotetoolsdk.dll)
Syntax
public bool MakeDirectory (
string deviceDirectory
)
'Declaration
Public Function MakeDirectory ( _
deviceDirectory As String _
) As Boolean
Parameters
- deviceDirectory
Name of directory on device
Return Value
TRUE if the directory was successfully created, FALSE if not.
Remarks
If the directory is not a valid name, this method will fail.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.
See Also
Reference
CommandTransport Class
CommandTransport Members
Microsoft.RemoteToolSdk.PluginComponents Namespace