Method Mkdir
Mkdir(string)
Creates the specified directory.
public override void Mkdir(string dir)
Parameters
dir
stringThe name of the directory to create.
Remarks
From DataMiner 9.0.4 (RN 14337) onwards, the file specified in dir is no longer automatically enclosed in double quotes if it does not contain a space.