
xdmp.filesystemFileSetTime( pathname as String, actime as Date, modtime as Date ) as null
Sets access and modification time for a file.
| Parameters | |
|---|---|
| pathname | Pathname of the file to set time for. |
| actime | New access time. |
| modtime | New modification time. |
http://marklogic.com/xdmp/privileges/xdmp-filesystem-file-set-time
xdmp.filesystemFileSetTime("/path/foo.xml", xs.dateTime("2020-08-24T13:49:19-07:00"), xs.dateTime("2020-08-24T13:49:19-07:00"))
=> null
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.