Click or drag to resize
PathCombine Method
Combines an array of strings into a path.

Namespace: Alphaleonis.Win32.Filesystem
Assembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public static string Combine(
	params string[] paths
)

Parameters

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

Return Value

Type: String
The combined paths.
Exceptions
ExceptionCondition
ArgumentExceptionOne of the strings in the array contains invalid characters, is empty, or contains only white spaces.
ArgumentNullExceptionOne of the strings in the array is .
See Also