PowerShell Invert
if (-Not (Test-Path C:\Code)) {
write "it doesn't exist!"
}
try { hard = Coder(); }
if (-Not (Test-Path C:\Code)) {
write "it doesn't exist!"
}