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