Globber

A globber instance for a given glob.

Functions

Link copied to clipboard
suspend fun glob(): List<Path>

Get all matching files. Order is nondeterministic.

Link copied to clipboard
suspend fun globFlow(): Flow<Path>

Get all matching files, asynchronously. Good for very large globs. Order is nondeterministic.