if(Test-Path -Path my/test/path) { Write-Host "It exists!" } else { Write-Host "It doesn't!" }