Skip to content

Instantly share code, notes, and snippets.

@breezhang
Created March 23, 2012 12:43
Show Gist options
  • Save breezhang/2170363 to your computer and use it in GitHub Desktop.
Save breezhang/2170363 to your computer and use it in GitHub Desktop.
Environment right path
http://stackoverflow.com/questions/3038337/powershell-resolve-path-that-might-not-exist
[Environment]::CurrentDirectory = $pwd
[IO.Path]::GetFullPath(".\xyz")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment