Op.CopySourceFile copy.
The type for file copies.
val make_op :
id:id ->
mark:mark ->
created:B0_std.Mtime.Span.t ->
?post_exec:(op -> unit) ->
?k:(op -> unit) ->
mode:int ->
linenum:int option ->
B0_std.Fpath.t ->
dst:B0_std.Fpath.t ->
opmake_op declares a file copy operation, see the corresponding accessors for the semantics of various arguments.
make constructs a bare copy operation.
src c is the file read for the copy.
dst c is the written by the copy.