PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Combines the paths.

Namespace: Smartsite.Runtime.Modules
Assembly:  Smartsite.Runtime.Modules (in Smartsite.Runtime.Modules.dll)

Syntax

C#Copy imageCopy Code
[(Name = "FileSystem.CombinePaths")]
public static string CombinePaths(
	string path1,
	string path2
)
Visual Basic (Declaration)Copy imageCopy Code
<(Name := "FileSystem.CombinePaths")> _
Public Shared Function CombinePaths ( _
	path1 As , _
	path2 As  _
) As 

Parameters

path1
String
The path1.
path2
String
The path2.

Return Value

The combined path.

See Also

Advanced