PathHelper.HasDotSegment Method
- Namespace
- Kampute.DocToolkit.Support
- Assembly
- Kampute.DocToolkit.dll
Definition
Determines whether the specified path has any dot-segment (i.e., "." or "..").
public static bool HasDotSegment(ReadOnlySpan<char> path)Parameters
pathReadOnlySpan<char>- The path to examine.
