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
The equivalent host file system path.