During our processing we get a path and a file we need to join together to produce the full path to a file. $path = "c:scripts" $file = "test2.csv" One way that I saw a lot in this years Scripting Games is to use string concatenation PS> $path + "… Read the full text.