-
Notifications
You must be signed in to change notification settings - Fork 0
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 # TruePowershell implementation for Nexss Programmer