Skip to content

appendEnd

appendEnd(content: String, path: String)

ParameterTypeDescription
contentStringText that should be written to the file
pathStringA file path

Appends the provided text to a file without putting it on it's own line.

Returns

(nil)