Op.DeletePath deletion.
val make_op :
id:id ->
mark:mark ->
created:B0_std.Mtime.Span.t ->
?post_exec:(op -> unit) ->
?k:(op -> unit) ->
B0_std.Fpath.t ->
opmake_op declares a path deletion operation, see the corresponding accessors for the semantics of the various arguments.
val make : path:B0_std.Fpath.t -> tmake constructs a bare deletion operation.
val path : t -> B0_std.Fpath.tpath d is the path to delete.