Skip to content

append

append(content, path: String)

ParameterTypeDescription
content*Text that should be written to the file
pathStringA file path

Appends the provided text on its own line to a file.

Returns

(nil)