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

9 lines
223 B
Markdown

@brief gets the last modification time of a file
`fs.mtime(filename)`
Returns the last modification date of the specified file. The date is
returned as a Unix timestamp (number of seconds elapsed since January 1 1970).