mirror of https://gitee.com/bigwinds/arangodb
477 B
477 B
////////////////////////////////////////////////////////////////////////////////
/// @startDocuBlock databasePath
/// @brief return the path to database files
/// db._path()
///
/// Returns the filesystem path of the current database as a string.
///
/// @EXAMPLES
///
/// @EXAMPLE_ARANGOSH_OUTPUT{dbPath}
/// require("internal").db._path();
/// @END_EXAMPLE_ARANGOSH_OUTPUT
/// @endDocuBlock
////////////////////////////////////////////////////////////////////////////////