package fileutils

  1. Overview
  2. Docs
API to manipulate files (POSIX like) and filenames

Install

Dune Dependency

Authors

Maintainers

Sources

fileutils-v0.6.1.tbz
sha256=458a540eb8e01be1a13e0e71ba6206c5e36635046e696aeb37e0848a14a5375d
sha512=11693d51b2dd5ff4d955d9e1843d758f63e9e0690c1a3b9c31709e052f3cc7dcb9fd1fd7e20baabe1ecae750f8fde9e762b1097b72ff2f0f5d5afbc6fba680f9

doc/fileutils/FileUtilUMASK/index.html

Module FileUtilUMASKSource

Sourceexception UmaskError of string
Sourcetype umask_error = [
  1. | `Exc of exn
  2. | `NoStickyBit of int
]
Sourceval umask : ?error:(string -> [ `Exc of exn | `NoStickyBit of int ] -> unit) -> ?mode:[< `Octal of int | `Symbolic of FileUtilMode.t ] -> [< `Octal of int -> 'a | `Symbolic of [> `Group of [> `Set of [> `List of [> `Exec | `Read | `Sticky | `StickyO | `Write ] list ] ] | `Other of [> `Set of [> `List of [> `Exec | `Read | `Sticky | `StickyO | `Write ] list ] ] | `User of [> `Set of [> `List of [> `Exec | `Read | `Sticky | `StickyO | `Write ] list ] ] ] list -> 'a ] -> 'a
Sourceval umask_apply : int -> int
OCaml

Innovation. Community. Security.