package fileutils

  1. Overview
  2. Docs

Module FileUtilCHMODSource

Sourceexception ChmodError of string
Sourcetype chmod_error = [
  1. | `Exc of exn
]
Sourceval chmod : ?error:(string -> FileUtilMisc.exc -> unit) -> ?recurse:bool -> [< `Octal of Unix.file_perm | `Symbolic of FileUtilMode.t ] -> FilePath.filename list -> unit