package ojs_filetree

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

Install

Dune Dependency

Authors

Maintainers

Sources

ojs-base-0.8.0.tar.bz2
md5=e706f1f9ec2f935d29c6b6e4832c8bdf
sha512=2596f6c59bea9c6b89923099c604a0e095a96880e7e91b06357e1de50867ae7e0261c87c35f608b7e426bddd6dd025a9868c07499287116ed458de4a0b9e9f30

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.