mirror of https://gitee.com/bigwinds/arangodb
371 B
371 B
////////////////////////////////////////////////////////////////////////////////
/// @startDocuBlock JS_Read64
/// @brief reads in a file as base64
/// fs.read64(filename)
///
/// Reads in a file and returns the content as string. The file content is
/// Base64 encoded.
/// @endDocuBlock
////////////////////////////////////////////////////////////////////////////////