Globber

external interface Globber(source)

Inheritors

Functions

Link copied to clipboard
abstract fun getSearchPaths(): ERROR CLASS: Symbol not found for ReadonlyArray<kotlin/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: Symbol not found for Promise<ERROR CLASS: Symbol not found for ReadonlyArray<kotlin/String>>

Returns files and directories matching the glob patterns.

Link copied to clipboard
abstract fun globGenerator(): ERROR CLASS: Symbol not found for AsyncGenerator<kotlin/String, *, *>

Returns files and directories matching the glob patterns.