Path.Combinestatic function Combine (path1 : String, path2 : String) : StringDescriptionConcatenates two path strings. If path1 does not end with a valid separator character DirectorySeparatorChar is appended to path1 prior to the concatenation.
JavaScript
//Remember to import IO to make Path work. using System.IO; import System.IO |
