GlobHandler¶ [Source] A handler for Glob.iglob. Each path which matches the glob will be called with the groups that matched the various wildcards supplies in the match_groups array. interface ref GlobHandler Public Functions¶ apply¶ [Source] fun ref apply( path: FilePath val, match_groups: Array[String val] ref) : None val Parameters¶ path: FilePath val match_groups: Array[String val] ref Returns¶ None val