package
0.2.1
Repository: https://github.com/inoxlang/inox.git
Documentation: pkg.go.dev

# Functions

ContainsRelativePathSegments reports whether $pth contains '.' or '..' segments.
ForEachAbsolutePathSegment calls fn for each segment of pth, adjacent '/' characters are treated as a single '/' character.
ForEachPathSegment calls fn for each segment of pth, adjacent '/' characters are treated as a single '/' character.
No description provided by the author
GetPathSegments returns the segments of pth, adjacent '/' characters are treated as a single '/' character.