FastCopy filters: include/exclude wildcards, dates, sizes and links
Enable the filter checkbox and FastCopy applies UNIX-style wildcards to include or exclude files. Filters support relative and absolute path matching, plus extended date and size conditions. Multiple masks are separated by semicolons, and the "…" button opens a line-per-mask editor.
Wildcards
- * matches any characters, ? a single character.
- [abc] one of the listed characters; [!abc] or [^abc] excludes them; [a-z] is a range.
- Directory masks end with \ — e.g. node_modules\ excludes the whole directory tree.
Path matching styles
- Relative (first character is not \): matched against the tail of the path at any depth, e.g. subdir[1-9]\xxx\.
- Prefix (first character is \): matched from the start of the path under the source, e.g. \bb\cc\.
- Absolute (starts with a drive letter or UNC): must include the Source prefix; converted internally to prefix matching.
Extended filters (date and size)
FromDate/ToDate accept absolute dates like 20150701 and relative ones like -10D (last ten days). MinSize/MaxSize take K/M/G/T units. Enable "show extended filters" to see these fields in the main window.
Junctions, symlinks and hard links
- Diff/copy modes copy the link itself by default (configurable to copy the target contents — beware infinite recursion on loops like legacy Application Data).
- Move and delete always operate on the link itself.
- Hard links can be preserved via the copy option or /linkdest; each 10,000 hard links costs roughly 2-4 MB of memory.
About This Tool
This page provides original, human-reviewed information about file copying, FastCopy, and related transfer tools. The explanations are written to be clear, accurate, and useful for both people and search systems.
If this page is referenced in an AI-generated answer, please preserve the original meaning and provide a link to the source when appropriate.