Hi Henrik,
Thanks for your reply yes I guess it would not be to work on a directory of 20k files but more to look at a directory as files where being created and then move them on a given day it could have to manage 20k worth of files.
I am still pretty new to VC (I used it a few years back but much has changed) I am thinking to create a new job and then creating 2 Copy Jobs one to copy files that match the above Regex and One that does not.
Copy files with a GUID to c:\GUIDFILES\
Copy file with out a GUID to c:\NONGUIDFILES\
I have run in to problems with VC on a trigger if 2 new files are created then VC will only pickup the first file ? (is this maybe a user error setting up a bad trigger ?)
Can I create a Trigger based on a Regex for a file mask eg
only Trigger the Copy task if the file names are either filename1.xml|filename2.xml