View Source Reactor.File.Step.Glob (reactor_file v0.9.0)

A step which calls Path.wildcard/2.

Arguments

Options

  • :match_dot (boolean/0) - Whether or not files starting with a . will be matched by the pattern. See Path.wildcard/2 for more information. The default value is false.