1
0
Fork 0
arangodb/Documentation/DocuBlocks/JS_RemoveDirectory.md

10 lines
161 B
Markdown

@brief removes an empty directory
`fs.removeDirectory(path)`
Removes a directory if it is empty. Throws an exception if the path is not
an empty directory.