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

353 B

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