View Single Post
  #2  
Old 09-20-2004, 07:39 AM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,013
That should work. I tried a sample here using masks or specific filenames, and it worked as expected. For instance, with a directory structure of

a
|- b
|-- c
|-- d
|-- e

Specying a Source folder of c:\a and include values of

b/c/filename.ext
b/c/filename2.ext
b/e/filename.ext
b/e/filename2.ext

or

b/c/*.ext
b/e/*


added all matching files to the ZIP file. Make sure you have 'Include subfolders' checked. If that's not it, ZIP up a sample (.bld file and a folder structure w/ files) that reproduces the problem, along with the info from Help | About | Install Info and post here or send to support@kinook.com.
Reply With Quote