LLFIO  v2.00 late beta
clone.hpp File Reference
#include "../file_handle.hpp"
#include "traverse.hpp"

Namespaces

 llfio_v2_xxx
 The LLFIO namespace.
 
 llfio_v2_xxx::algorithm
 Collection of file system based algorithms.
 

Functions

result< file_handle::extent_type > llfio_v2_xxx::algorithm::clone_or_copy (file_handle &src, const path_handle &destdir, path_view destleaf={}, bool preserve_timestamps=true, bool force_copy_now=false, file_handle::creation creation=file_handle::creation::always_new, deadline d={}) noexcept
 Clone or copy the extents of the filesystem entity identified by src to destdir optionally renamed to destleaf. More...
 

Detailed Description

Provides a directory tree clone algorithm.