Combines a path and a child path into a single path. The Join-Path cmdlet combines a path and child-path into a single path. The provider supplies the path delimiters.
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 ...