Skip to content

Method Combine

Namespace: Belay.Sync
Assembly: Belay.Sync.dll

Combine(params string[])

Combines multiple path segments into a single device path.

csharp
public static string Combine(params string[] paths)

Parameters

paths string[]

The path segments to combine.

Returns

string

The combined device path.

Exceptions

ArgumentException

Thrown when any path segment is invalid.

Released under the Apache License 2.0.