Function append

Just like std.file.append, but optionally takes a Path,

and obeys scriptlikeEcho and scriptlikeDryRun.

Prototypes

void append(
  const(Path) name,
  const(void[]) buffer
);

void append(
  const(string) name,
  const(void[]) buffer
);

Authors

Nick Sabalausky

Copyright

Copyright (C) 2014-2015 Nick Sabalausky

License

zlib/libpng