if (Test-Path C:\Code){ write "it exists!" } 有没有办法否定这种情况,例如(非工作): if (Not (Test-Path C:\Code)){ ...
確定! 回上一頁