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

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 ////////////////////////////////////////////////////////////////////////////////