Click or drag to resize
DigitalRunePathCombine Method (String)
Combines an array of strings into a path.

Namespace: DigitalRune.Storages
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public static string Combine(
	params string[] paths
)

Parameters

paths
Type: SystemString
An array of parts of the path.

Return Value

Type: String
A string that contains the combined paths.
See Also