xdmp:filesystem-file-length( $pathname as xs:string ) as xs:unsignedLong?
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:filesystem-file-length("/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.