Module FileUtilCHMOD

module FileUtilCHMOD: sig .. end

exception ChmodError of string
type chmod_error = [ `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