The -not operator flips an expression from $false to $true or from $true to $false . ... if ( -not ( Test-Path -Path $path ) ).
確定! 回上一頁