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

9 lines
161 B
Markdown

@brief removes a directory
`fs.removeDirectoryRecursive(path)`
Removes a directory with all subelements. Throws an exception if the path
is not a directory.