Revisiting Join-Path in PowerShell
Tips for using Join-Path in backwards-compatible and cross-platform PowerShell scripts.
By Sam Erde
Many people have already written about the benefits of using PowerShell’s Join-Path cmdlet. Instead of repeating the details, let’s review some of the less common tricks, and then look at the differences between Windows PowerShell 5.1 and newer versions of PowerShell.
[Read More]