Reactor.File.Step.Glob (reactor_file v0.18.3)
View SourceA step which calls Path.wildcard/2
Arguments
:pattern
(String.t/0
) - Required. A pattern used to select files. SeePath.wildcard/2
for more information.
Options
:match_dot
(boolean/0
) - Whether or not files starting with a.
will be matched by the pattern. SeePath.wildcard/2
for more information. The default value isfalse
.