package fileutils

  1. Overview
  2. Docs

FileUtil with Str regexp match test

  • author Sylvain Le Gall
val match_compile : string -> string -> bool

Compile FileUtil.Match expression using Str.regexp

See test

val find : ?follow:FileUtil.action_link -> FileUtil.test_file -> FilePath.filename -> ('a -> FilePath.filename -> 'a) -> 'a -> 'a