Method NormalizePath
Namespace: Belay.Sync
Assembly: Belay.Sync.dll
NormalizePath(string?)
Normalizes a device path by ensuring it uses forward slashes and removing redundant separators.
csharp
public static string NormalizePath(string? path)
Parameters
path
string?
The path to normalize.
Returns
The normalized device path.
Exceptions
Thrown when the path is invalid.