GlobOptions

sealed external interface GlobOptions(source)

Properties

Link copied to clipboard

Indicates whether to exclude hidden files (files and directories starting with a .). This does not apply to Windows files and directories with the hidden attribute unless they are also prefixed with a ..

Link copied to clipboard

Indicates whether to follow symbolic links. Generally should set to false when deleting files.

Link copied to clipboard

Indicates whether directories that match a glob pattern, should implicitly cause all descendant paths to be matched.

Link copied to clipboard
abstract var matchDirectories: Boolean?

Indicates whether matching directories should be included in the result set.

Link copied to clipboard

Indicates whether broken symbolic should be ignored and omitted from the result set. Otherwise an error will be thrown.