mirror of https://gitee.com/bigwinds/arangodb
407 B
407 B
////////////////////////////////////////////////////////////////////////////////
/// @startDocuBlock JS_MakeAbsolute
/// @brief makes a given path absolute
/// fs.makeAbsolute(path)
///
/// Returns the given string if it is an absolute path, otherwise an
/// absolute path to the same location is returned.
/// @endDocuBlock
////////////////////////////////////////////////////////////////////////////////