package fileutils

  1. Overview
  2. Docs
exception RmError of string
type rm_error = [
  1. | `DirNotEmpty of FilePath.filename
  2. | `Exc of exn
  3. | `NoRecurse of FilePath.filename
]
val rm : ?error: (string -> [ `DirNotEmpty of FilePath.filename | `Exc of exn | `NoRecurse of FilePath.filename ] -> unit) -> ?force:FileUtilTypes.interactive -> ?recurse:bool -> FilePath.filename list -> unit
OCaml

Innovation. Community. Security.