Title: Zip challenge

        I have one folder which contains many files (Folder A).  I have a second folder which contains a subset of those files (Folder B).  I want zip up only the files from Folder A which are also in Folder B.   Because of relative path issues, I need them to be located in Folder A.  If I zip Folder A, I get too many files.  If I zip Folder B, my relative paths are incorrect.  Is there a simple way to use the contents of one folder to generate a FileSet that actually comes from another folder?

Thanks,
Tom

Reply via email to