Mark Logic Command: createdir
Creates a directory on a Mark Logic serverSynopsis
createdir [-c uri|-connect uri] directoryDescription
Creates a directory on a Mark Logic serverDirectories should end in a "/"
-c,-connect uri | Use the connection string instead of $MLCONNECT |
directory | uri of the document to delete |
Example
Assuming the prefix "ml" is imported as the marklogic module, create the /Test/ directoryml:createdir /Test/
MarkLogic Extension Module