Skip to content

Method ToHostPath

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

ToHostPath(string, string)

Converts a device path to a host file system path format.

csharp
public static string ToHostPath(string devicePath, string baseHostPath)

Parameters

devicePath string

The device path.

baseHostPath string

The base host directory to combine with the device path.

Returns

string

The equivalent host file system path.

Released under the Apache License 2.0.