Skip to content

Powershell Cheat Sheet

nexssp edited this page Feb 8, 2020 · 2 revisions
Split-Path -Path "C:\Users\mapoart\.nexss\packages\Id" # C:\Users\mapoart\.nexss\packages
Split-Path -Path "C:\Users\mapoart\.nexss\packages\Id" -Qualifier # C:
Split-Path -Path "C:\Users\mapoart\.nexss\packages\Id" -Leaf # Id
Split-Path -Path "C:\Users\mapoart\.nexss\packages\Id" -IsAbsolute # True