mirror of https://gitee.com/bigwinds/arangodb
541 B
541 B
////////////////////////////////////////////////////////////////////////////////
/// @startDocuBlock JS_CopyDirectoryRecursive
/// @brief copies a directory structure
/// fs.copyRecursive(source, destination)
///
/// Copies source to destination.
/// Exceptions will be thrown on:
/// - Failure to copy the file
/// - specifying a directory for destination when source is a file
/// - specifying a directory as source and destination
/// @endDocuBlock
////////////////////////////////////////////////////////////////////////////////