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

9 lines
158 B
Markdown

@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.