mirror of https://gitee.com/bigwinds/arangodb
381 B
381 B
////////////////////////////////////////////////////////////////////////////////
/// @startDocuBlock JS_Read
/// @brief reads in a file
/// fs.read(filename)
///
/// Reads in a file and returns the content as string. Please note that the
/// file content must be encoded in UTF-8.
/// @endDocuBlock
////////////////////////////////////////////////////////////////////////////////