| } // namespace | } // namespace | ||||
| void dds::fs_transformation::apply_to(dds::path_ref root) const { | |||||
| void dds::fs_transformation::apply_to(dds::path_ref root_) const { | |||||
| auto root = fs::weakly_canonical(root_); | |||||
| if (copy) { | if (copy) { | ||||
| do_relocate(*copy, root, true); | do_relocate(*copy, root, true); | ||||
| } | } |