Loading TOC...

xdmp.filesystemDirectoryDelete

xdmp.filesystemDirectoryDelete(
   pathname as String
) as null

Summary

Deletes the directory specified by pathname. Returns the empty sequence upon success.

Parameters
pathname Pathname of the directory to be deleted.

Required Privileges

http://marklogic.com/xdmp/privileges/xdmp-filesystem-directory-delete

Usage Notes

The directory must be empty in order to delete it.

Example

xdmp.filesystemDirectoryDelete("/mydata/datafiles/olddir")
=> null

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