Globber

external interface Globber(source)

Inheritors

Functions

Link copied to clipboard
abstract fun getSearchPaths(): <Error class: unknown class><String>

Returns the search path preceding the first glob segment, from each pattern. Duplicates and descendants of other paths are filtered out.

Link copied to clipboard
abstract fun glob(): <Error class: unknown class><<Error class: unknown class><String>>

Returns files and directories matching the glob patterns.

Link copied to clipboard
abstract fun globGenerator(): <Error class: unknown class><String, out <Error class: unknown class>, out <Error class: unknown class>>

Returns files and directories matching the glob patterns.