My original intent was merely to show how to add a temporary environmental variable, should you want to. I also give a useful example of how to use Join-Path which is much better than concatenating ...
let's say I have a powershell function that takes a number of string parameters and combine them into a directory path, what's the best way to ensure each individual variable ends with an appropriate ...