$cs.File\_CreateDirectory
Syntax
Section titled “Syntax”$cs.File_CreateDirectory(string path)
Description
Section titled “Description”Creates a directory if it does not exist.
Parameters
Section titled “Parameters”path
Path to create
Example
Section titled “Example”$cs.File_CreateDirectory("${env:ProgramFiles(x86)}\WinSCP")returns nothing