Op.DeleteSourcePath deletion.
The type for path deletion operations.
val v_op :
id:id ->
mark:mark ->
created:B0_std.Mtime.span ->
?post_exec:(op -> unit) ->
?k:(op -> unit) ->
B0_std.Fpath.t ->
opv_op declares a path deletion operation, see the corresponding accessors for the semantics of the various arguments.
v constructs a bare deletion operation.
get o is the delete operation o. Raises Invalid_argument if o is not a delete.
path d is the path to delete.