Directory URI path must end with '/'
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")
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: Get the most useful answers to questions from the MarkLogic community, or ask your own question.
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.