<< Fare clic per visualizzazione il sommario >> Percorso: API di piattaforma > Altri servizi > File > CombinePath |
Service
Method
CombinePath
Description
Combines two strings (usually 'parent directory path' and 'file name')into a path.
Input |
|||
Name |
Description |
Type |
Optional |
path1 |
First path to combine. (Required). |
String |
|
path2 |
Second path to combine. (Required). |
String |
|
Output |
|||
Name |
Description |
Type |
Optional |
returnValue |
The combined paths. |
String |
|