Skip to content

Method IsValidPath

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

IsValidPath(string?)

Determines whether the specified path is a valid device path.

csharp
public static bool IsValidPath(string? path)

Parameters

path string?

The path to validate.

Returns

bool

True if the path is valid, false otherwise.

Released under the Apache License 2.0.