Tip: You can combine two paths using the Join-Path cmdlet.
1 2 3 |
$parentFolder = "C:\Demo" $childFolder = "Reports" Join-Path -Path $parentFolder -ChildPath $childFolder |
======
Documentation
Tip: You can combine two paths using the Join-Path cmdlet.
1 2 3 |
$parentFolder = "C:\Demo" $childFolder = "Reports" Join-Path -Path $parentFolder -ChildPath $childFolder |
======
Documentation
Pingback: Powershell Tip #131: Add certificates to Personal, Root and Intermediate stores | Powershell Guru
Pingback: Powershell Tip #133: Set a title to Out-GridView window | Powershell Guru