If you do anything at all with file path, you need the Path class (in the System.IO namespace). The methods on the Path class that you're most likely to use include: GetTempFileName: Doesn't just ...
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 ...