package ojs_filetree

  1. Overview
  2. Docs
Using filetrees in ojs_base applications, common part

Install

Dune Dependency

Authors

Maintainers

Sources

ojs-base-0.7.0.tar.bz2
md5=85b8a0746e9be8c20cf082f2573b5895
sha512=ec707820ff69ddbf9c631cf6a1c8748e82346daded1a4f73c5702128d07858f915e62d529e5fec01e99263f33eefb1586067341c058535806e0092b9d040644a

doc/ojs_filetree.server/Ojs_filetree_server/Find/index.html

Module Ojs_filetree_server.FindSource

Finding files.

  • author Didier Remy
  • version 0.1

@cgname File.Find

Sourcetype filter =
  1. | Maxdepth of int
  2. | Type of Unix.file_kind
  3. | Follow
  4. | Regexp of Str.regexp
  5. | Atime of interval
  6. | Predicate of string -> bool
Sourceand interval =
  1. | Le of int
  2. | Eq of int
  3. | Ge of int
Sourcetype mode =
  1. | Ignore
  2. | Stderr
  3. | Failure
  4. | Custom of (Unix.error * string * string) -> unit
Sourceval find : mode -> string list -> filter list -> (string -> unit) -> unit
Sourceval find_list : mode -> string list -> filter list -> string list
OCaml

Innovation. Community. Security.