View Single Post
  #1  
Old 03-19-2015, 03:29 PM
deramor deramor is online now
Registered User
 
Join Date: 05-11-2011
Posts: 27
Process Files step -- fail if no matching files found?

Hello-

Is there a way to fail a process files step if there are no files found matching a given filter? I see that in the copy files step there is an option to fail the step if there are no files to copy. I am looking for a similar option for the process files step.

Example:

Given the following folder:
c:\temp\v1.0\bin

Process all files in the folder only including files matching *V1.0.dll
If there are no Dlls matching the filter, I would like the step to fail.

Currently, the step gets skipped along with all of its children steps.
Reply With Quote