Skip to content
The Elk Shell Language
Search
K
Main Navigation
Reference
Standard Library
GitHub
Appearance
GitHub
Menu
Return to top
On this page
Table of Contents for current page
append
append(content, path: String)
Parameter
Type
Description
content
*
Text that should be written to the file
path
String
A file path
Appends the provided text on its own line to a file.
Returns
(nil)