GlobOptionsWithoutFileTypes

Properties

Link copied to clipboard
abstract var cwd: String?

Current working directory.

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

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

Link copied to clipboard
abstract var excludeWithoutFileTypes: (fileName: String) -> Boolean?
Link copied to clipboard
abstract override var withFileTypes: Boolean?

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