Reactor.File.Step.Glob (reactor_file v0.18.3)

View Source

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.