Combines the paths.

Syntax

Smartsite SXML CopyCode image Copy Code
string filesystem.combinepaths(string path1, string path2)

Parameters

Name Data Type Description
path1 String The path1.
path2 String The path2.

Return Value

Data Type Description
String The combined path.

Expand image Example

SXML