Mono Class Library: Mono.Unix.UnixPath Overview | Members

Mono.Unix.UnixPath.Combine Method

Concatentates multiple path strings.

public static string Combine (string path1, params string[] paths)

Parameters

path1
A string containing the first path.
paths
A string array containing paths to append to path1.

Returns

A string containing path1 followed by each sequential element in paths.

If any of the specified paths is a zero-length string, it is ig

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Mono.Unix
Assembly: Mono.Posix (in Mono.Posix.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0