Loading TOC...

XDMP-DIRURI

Message Text

Directory URI path must end with '/'

Cause

The path part of the directory URI provided to xdmp:directory-create or xdmp:directory-delete does not end in with a '/'. For example:

xdmp:directory-create("the_dir")

Response

Correct the code by adding a '/' to the end of the path part of the directory URI. For example:

xdmp:directory-create("the_dir/")

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.