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
Powered by MarkLogic Server | Terms of Use | Privacy Policy