xdmp.filesystemFileLength( pathname as String ) as (Number|String)?
Reads the length of a file from the filesystem. It returns empty sequence if the object named by the pathname does not exist or is not a file.
Parameters | |
---|---|
pathname | Pathname of the file to be read. |
http://marklogic.com/xdmp/privileges/xdmp-filesystem-file-length
xdmp.filesystemFileLength("/testdata1/a.jpg"); => length of /testdata1/a.jpg
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.