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

The file specified in dir will not be automatically enclosed in double quotes if it does not contain a space. (RN 14337)