Table of contents
ArangoDB homepage
Module "fs"
The implementation follows the CommonJS specification
Filesystem/A/0
.
fs.exists
fs.exists(
filename
)
Returns true if a file (of any type) or a directory exists at a given path. If the file is a broken symbolic link, returns false.