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

254 B

@brief removes a file fs.remove(filename)

Removes the file filename at the given path. Throws an exception if the path corresponds to anything that is not a file or a symbolic link. If "path" refers to a symbolic link, removes the symbolic link.