Syntax
$cs.File_ExistDir(string path)
Parameters
path
Path to check existence of
Example
Code Block | ||
---|---|---|
| ||
if($cs.File_ExistDir("${env:ProgramFiles(x86)}\WinSCP")) { #do something } |
...
$cs.File_ExistDir(string path)
path
Path to check existence of
Code Block | ||
---|---|---|
| ||
if($cs.File_ExistDir("${env:ProgramFiles(x86)}\WinSCP")) { #do something } |
...