View Single Post
  #2  
Old 05-17-2006, 12:32 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,003
For directory exclusion in the ZIP Files action, the mask must include the directory path as it would appear in the zip file after the zip operation concludes (i.e., /xyz/Project1/bin*, etc.).

One option would be to specify file masks for the types of files in these folders (i.e., *.dll, *.obj, etc.). Another option would be to first use the Copy Files action to create a folder structure with just the files to be zipped (since its directory include/exclude capabilities do match at all levels when recursing), then ZIP that folder (without exclusions).
Reply With Quote