Skip to content

Instantly share code, notes, and snippets.

@MateuszNad
Created June 13, 2017 09:16
Show Gist options
  • Save MateuszNad/1e7299acb8cb92e152b638f4878f7326 to your computer and use it in GitHub Desktop.
Save MateuszNad/1e7299acb8cb92e152b638f4878f7326 to your computer and use it in GitHub Desktop.
try
{
Get-ItemFile
}
catch{
Write-Host $_.Exception.Message
}
finally
{
Write-Host "koniec przykładu ..."
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment