mirror of https://gitee.com/bigwinds/arangodb
433 B
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
////////////////////////////////////////////////////////////////////////////////