Function append
Like std.file.append
, but supports Path, command echoing and dryrun.
void append
(
const(Path) name,
const(void[]) buffer
);
void append
(
const(string) name,
const(void[]) buffer
);