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