Module FileUtilStr

module FileUtilStr: sig .. end
FileUtil with Str regexp match test
Author(s): Sylvain Le Gall

val match_compile : string -> string -> bool
Compile FileUtil.Match expression using Str.regexp
val test : FileUtil.test_file -> FilePath.filename -> bool
See FileUtil.test
val find : ?follow:FileUtil.action_link ->
FileUtil.test_file ->
FilePath.filename -> ('a -> FilePath.filename -> 'a) -> 'a -> 'a
See FileUtil.find