Module Ez_file.FileSelectorSource
Sourcetype 'a t = {deep : bool;dft : [ `After | `Before ] option;filter : bool -> string -> bool;follow_links : bool;error : exn -> 'a -> unit;kinds : Unix.file_kind list option;
} Sourceval create :
?deep:bool ->
?dft:[ `After | `Before ] ->
?glob:string ->
?path:string ->
?ignore:string ->
?kinds:Unix.file_kind list ->
?filter:(bool -> string -> bool) ->
?follow_links:bool ->
?error:(exn -> 'a -> unit) ->
unit ->
'a t Sourceval globber : ?pathname:bool -> string -> string -> bool Sourceval make_select :
(?select:'file t -> 'file -> 'res) ->
?deep:bool ->
?dft:[ `After | `Before ] ->
?glob:string ->
?path:string ->
?ignore:string ->
?kinds:Unix.file_kind list ->
?filter:(bool -> string -> bool) ->
?follow_links:bool ->
?error:(exn -> 'file -> unit) ->
'file ->
'res