
xdmp:filesystem-directory-delete( $pathname as xs:string ) as empty-sequence()
Deletes the directory specified by pathname. Returns the empty sequence upon success.
| Parameters | |
|---|---|
| pathname | Pathname of the directory to be deleted. | 
http://marklogic.com/xdmp/privileges/xdmp-filesystem-directory-delete
The directory must be empty in order to delete it.
xdmp:filesystem-directory-delete("/mydata/datafiles/olddir")
=> ()