Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Syntax

$cs.File_CreateDir(string path)

Description

Creates a directory if it does not exist.

Parameters

path

Path to create

Example

Code Block
languagepowershell
$cs.File_CreateDir("${env:ProgramFiles(x86)}\WinSCP")

...