package posixat

  1. Overview
  2. Docs
Bindings to the posix *at functions

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=6f45df31dccb16b014243b1c155d5dbc59de3184562f4869cd9f6e3d05be03cc

doc/posixat/Posixat/File_kind/index.html

Module Posixat.File_kindSource

Sourcetype t = Unix.file_kind =
  1. | S_REG
  2. | S_DIR
  3. | S_CHR
  4. | S_BLK
  5. | S_LNK
  6. | S_FIFO
  7. | S_SOCK
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t