if (Test-Path C:Code){ write "it exists!" } Is there a way to negate that condition, e.g. (non-working): if (Not (Test-Path C:Code)){ write "it doesn't ...
確定! 回上一頁