Method Mkdir
Mkdir(string)
Creates the specified directory.
public override void Mkdir(string dir)
Parameters
dirstringThe name of the directory to create.
Remarks
The file specified in dir will not be automatically enclosed in double quotes if it does not contain a space. (RN 14337)