mirror of https://gitee.com/bigwinds/arangodb
398 B
398 B
////////////////////////////////////////////////////////////////////////////////
/// @startDocuBlock JS_RemoveDirectory
/// @brief removes an empty directory
/// fs.removeDirectory(path)
///
/// Removes a directory if it is empty. Throws an exception if the path is not
/// an empty directory.
///
/// @endDocuBlock
////////////////////////////////////////////////////////////////////////////////