package fileutils

  1. Overview
  2. Docs
exception ChmodError of string
type chmod_error = [
  1. | `Exc of exn
]
val chmod : ?error:(string -> FileUtilMisc.exc -> unit) -> ?recurse:bool -> [< `Octal of Unix.file_perm | `Symbolic of FileUtilMode.t ] -> FilePath.filename list -> unit
OCaml

Innovation. Community. Security.