Template Function Rose::FileSystem::copyFilesRecursively#
Defined in File FileSystem.h
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
rootand then copy them to similar locations relative todestination. Therootanddestinationmust not overlap. Theselectanddescendarguments are the same as for the findAllNames method.