Skip to content

Instantly share code, notes, and snippets.

@taross-f
Last active November 16, 2016 09:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save taross-f/404853d43dc820727763d558ef7fa5ea to your computer and use it in GitHub Desktop.
Save taross-f/404853d43dc820727763d558ef7fa5ea to your computer and use it in GitHub Desktop.
get parent dir
$parentPath = (Split-Path ( & { $myInvocation.ScriptName } ) -parent)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment