Thread: CopyFiles
View Single Post
  #3  
Old 03-30-2005, 02:08 PM
kevina kevina is online now
Registered User
 
Join Date: 03-26-2003
Posts: 825
The include (and exclude) lists in the Copy Files action are used as masks, meaning they only define the patterns a file must match to be included or excluded (respectively). No logic is included to enforce the existence of actual files matching these mask values.

One way to enforce the existence of files in a build is with a simple Run Script step (attached is an example build demonstrating this technique).
Attached Files
File Type: bld ensure files exist.bld (709 Bytes, 931 views)
Reply With Quote