write


Description:

public bool write (Path path, string text)

Writes text atomically to the destination path.

Existing file content is replaced as a single operation.

Parameters:

path

destination file path.

text

text content to write.

Returns:

true on success.