I am trying to set up a trigger to look for files with a ".pgp" extension.
The kicker is that the file structure has a high-level qualifier, then a mid-level variable folder name before I can get to the variable file name.
The struction is as follows:
foldera\folderb\01\folderc\triggerfile1.pgp
foldera\folderb\002\folderc\triggerfile2.pgp
foldera\folderb\0003\folderc\triggerfile3.pgp
foldera\folderb\00004\folderc\triggerfile4.pgp
The numeric folder names can be any of 257 files that are 2 to 5 characters long and represent agency names.
Is it possible to set a trigger so that any time a file gets placed into the 'folderc', the task gets triggered?
Everytime I try to set a trigger with a wildcard character, I get an error saying the path has invalid characters.
Edited by user
2012-06-07T20:07:42Z
|
Reason: Not specified