Re: PowerShell/.NET Assembly Error - Recursive calls not allowed
The fix within the development version works without error.
I am able to use the following and works in both cases:
if($session.FileExists($remotePath)) {
{
Write-Host "Remote file exists."
}
else
{
Write-Host "Remote file does not exist."
}
Thank you for all your work!
I am able to use the following and works in both cases:
if($session.FileExists($remotePath)) {
{
Write-Host "Remote file exists."
}
else
{
Write-Host "Remote file does not exist."
}
Thank you for all your work!