======Mark Logic Command: createdir====== Creates a directory on a Mark Logic server ====Synopsis==== createdir [-c uri|-connect uri] directory ====Description==== Creates a directory on a Mark Logic server Directories 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/ directory %% ml:createdir /Test/ %% ---- [[ModuleMarkLogic MarkLogic Extension Module]]