ArangoDB

Module "fs"

The implementation follows the CommonJS specification Filesystem/A/0.


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