Concatenates two paths, using '' character
path to place first
path to combine to path1
the concatenated file path
combinePaths('end with slash\\', '\\start with slash'); // '\end with slash\start with slash\'combinePaths('test path', 'test\\path'); // '\test path\test\path\' Copy
combinePaths('end with slash\\', '\\start with slash'); // '\end with slash\start with slash\'combinePaths('test path', 'test\\path'); // '\test path\test\path\'
Concatenates two paths, using '' character