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
write
write(content, path: String)
Parameter
Type
Description
content
*
Text that should be written to the file
path
String
A file path
Writes the provided text to a file, overwriting any previous content.
Returns
(nil)