Skip to content

Instantly share code, notes, and snippets.

@hsimah
Last active May 7, 2020 15:30
Show Gist options
  • Save hsimah/7193f8a068fceaebb524c64cb14a8e63 to your computer and use it in GitHub Desktop.
Save hsimah/7193f8a068fceaebb524c64cb14a8e63 to your computer and use it in GitHub Desktop.
# Resolves a relative path
# throws an exception if path doesn't exist
$Path | Resolve-Path | Select-Object -ExpandProperty Path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment