File.append

Convenience function to append content to a file.

class File
static
void
append
(
const(char)[] path
,
const(void)[] content
)

Meta