Template Function Rose::FileSystem::copyFilesRecursively

Template Function Rose::FileSystem::copyFilesRecursively#

Function Documentation#

template<class Select, class Descend>
void Rose::FileSystem::copyFilesRecursively(const Path &root, const Path &destination, Select select, Descend descend)#

Recursively copy files.

Get a list of files by recursively matching files under root and then copy them to similar locations relative to destination. The root and destination must not overlap. The select and descend arguments are the same as for the findAllNames method.