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

433 B

//////////////////////////////////////////////////////////////////////////////// /// @startDocuBlock JS_Exists /// @brief checks if a file of any type or directory exists /// fs.exists(path) /// /// 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. /// @endDocuBlock ////////////////////////////////////////////////////////////////////////////////