module FileUtilCHMOD:sig
..end
exception ChmodError of string
typechmod_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