Method IsValidPath
Namespace: Belay.Sync
Assembly: Belay.Sync.dll
IsValidPath(string?)
Determines whether the specified path is a valid device path.
csharppublic static bool IsValidPath(string? path)
1
Parameters
path
string?
The path to validate.
Returns
bool
True if the path is valid, false otherwise.