append


Description:

public bool append (Path path, string text)

Appends text by reading current content and writing merged content atomically.

Parameters:

path

destination file path.

text

text to append.

Returns:

true on success.