1
0
Fork 0
arangodb/Documentation/DocuBlocks/JS_Save.md

8 lines
134 B
Markdown

@brief writes to a file
`fs.write(filename, content)`
Writes the content into a file. Content can be a string or a Buffer object.