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
appendEnd
appendEnd(content: String, path: String)
Parameter
Type
Description
content
String
Text that should be written to the file
path
String
A file path
Appends the provided text to a file
without
putting it on it's own line.
Returns
(nil)