GlobOptionsWithoutFileTypes

sealed external interface GlobOptionsWithoutFileTypes : GlobOptions(source)

Properties

Link copied to clipboard
abstract var cwd: String?

Current working directory.

Link copied to clipboard
abstract var exclude: (fileName: String) -> Boolean?

Function to filter out files/directories. Return true to exclude the item, false to include it.

Link copied to clipboard
abstract override var withFileTypes: Boolean?

true if the glob should return paths as Dirents, false otherwise.