Module FileUtilRMSource

Sourceexception RmError of string
Sourcetype rm_error = [
  1. | `DirNotEmpty of FilePath.filename
  2. | `Exc of exn
  3. | `NoRecurse of FilePath.filename
]
Sourceval rm : ?error: (string -> [ `DirNotEmpty of FilePath.filename | `Exc of exn | `NoRecurse of FilePath.filename ] -> unit) -> ?force:FileUtilTypes.interactive -> ?recurse:bool -> FilePath.filename list -> unit