/
$cs.File_ExistDir
$cs.File_ExistDir
Syntax
$cs.File_ExistDir(string path)
Parameters
path
Path to check existence of
Example
if($cs.File_ExistDir("${env:ProgramFiles(x86)}\WinSCP"))
{
#do something
}
returns bool
Related content
PowerShell Scripting Library
PowerShell Scripting Library
Read with this
File_ExistDir
File_ExistDir
More like this
$cs.File_ExistFile
$cs.File_ExistFile
Read with this
File_ExistDir
File_ExistDir
More like this
$cs.Job_Start
$cs.Job_Start
Read with this
File_ExistDir
File_ExistDir
More like this