Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
OCamlResScanners
SourceInput scanners definition and default implementations.
Predicates for filtering paths. Used to select the files and dirs to be scanned.
Predicates for Filtering a resource store. * Used after importing resources from the filesystem. More expressive * than path filters since they operate on the already parsed tree but * cannot prevent the reading of unnecessary files.
val scan_unix_dir :
?prefilter:PathFilter.t ->
?postfilter:'a ResFilter.t ->
?prefixed_file:bool ->
(module OCamlResSubFormats.SubFormat with type t = 'a) ->
string ->
'a OCamlRes.Res.root
Import the files from a base directory as a resource store root.