Function appendToFile
Convenience function to append to a file.
void appendToFile
(
GenericPath!(vibe.core.path.PosixPathFormat) path,
string data
) @safe;
void appendToFile
(
string path,
string data
) @safe;