Package-level declarations

Types

Link copied to clipboard
class GlobPattern(pattern: String, caseSensitive: Boolean = true)

A pattern for matching file paths using glob syntax.

Link copied to clipboard

Contains factory methods with predefined path filters.

Link copied to clipboard
fun interface TraversalFilter<Path>

A class that is used for path filtering while traversing a file system.