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

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