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

10 lines
254 B
Markdown

@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.