xdmp:filesystem-filepath( $pathname as xs:string ) as xs:string
Returns the canonicalized file path of the input path. The file at the specified path must be UTF-8 encoded.
Parameters | |
---|---|
pathname | Pathname of the file. |
http://marklogic.com/xdmp/privileges/xdmp-filesystem-filepath
xdmp:filesystem-filepath("/etc/motd") => /etc/motd
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.