Skip to main content

Module predicates

Module predicates 

Source
Available on crate feature search only.
Expand description

Built-in entry predicates for common filters.

Functionsยง

extension
Match entries with the given extension (without the dot), case-sensitive.
filename
Match entries whose file name equals name.
is_hidden
Match hidden names (leading .).
kind
Match a specific entry kind.
max_size
Match files with size <= max.
min_size
Match files with size >= min.
modified_after
Match entries modified after t.
modified_before
Match entries modified before t.