Table of Contents

Method Mkdir

Namespace
Tamir.SharpSsh
Assembly
SLSSH.dll

Mkdir(string)

Creates the specified directory.

public override void Mkdir(string dir)

Parameters

dir string

The 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.