CopyTools allows you to specify inclusion and exclusion filters either globally, or on a per-profile basis.
The following table outlines the different types of filtering you can perform.
<filename> | thumbs.db | Includes/excludes a single file regardless of which folder it is contained in. |
*.<extension> | *.bak | Includes/excludes any file with the matching extension. |
\<directory>\*.* | \producthelp\*.* | Includes/excludes any file contained in the matching folder. |
\<directory>\<filename> | \graphics\tile.bmp | Includes/excludes the specified file in the matching folder. |