tjgalvin / flint

BSD 3-Clause "New" or "Revised" License
7 stars 1 forks source link

Allow folders to be copied in archive copy #134

Closed tjgalvin closed 2 weeks ago

tjgalvin commented 2 weeks ago

Previously when a set of regular expressions were being evaluated to select items to copy into an archive location it did not care about whether a subject was a file or folder. The actual copy function did though, and would skip folders.

This change will copy folders over as well.