DkmTransportConnection.CreateDirectory(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a directory on the target computer. Note that directories are implicitly created when deploying files. So this API does not need to be used in that scenario.
public:
void CreateDirectory(System::String ^ RemoteDirectoryPath);
public:
void CreateDirectory(Platform::String ^ RemoteDirectoryPath);
void CreateDirectory(std::wstring const & RemoteDirectoryPath);
public void CreateDirectory (string RemoteDirectoryPath);
member this.CreateDirectory : string -> unit
Public Sub CreateDirectory (RemoteDirectoryPath As String)
Parameters
- RemoteDirectoryPath
- String
[In] Path to the remote directory that will be created. Environment variables will be expanded (ex: %TMP%\MyDirectory). The directory cannot be a relative path.