if (Test-Path $DestinationFile) {. #do something. } However I want to take action if the file doesn't exist. In most languages, I'd add a ! in ...
確定! 回上一頁