mirror of https://gitee.com/bigwinds/arangodb
353 B
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
////////////////////////////////////////////////////////////////////////////////