PDA

View Full Version : ZIP Tab - Creating ZIP File


VbpSixUser
05-23-2007, 02:47 PM
I had a question regarding specifying the directory to ZIP...

In the ZIP Tab (under the create ZIP File step inside of Subroutine Steps), there is a field called "Source Folder:"


I want to include 2 folders that are on the same level, but am not sure how this could be done.

i.e.

%BUILD_ROOT%\%MODULE_NAME%
%BUILD_ROOT%\release
%BUILD_ROOT%\debug
%BUILD_ROOT%\projects
%BUILD_ROOT%\src

I need to retain the structure, which is why I cannot simply include %BUILD_ROOT%. I need to include %BUILD_ROOT%\%MODULE_NAME% and %BUILD_ROOT%\release only. How can this be done?


Any help would be greatly appreciated. Thanks in advance.

kinook
05-23-2007, 04:08 PM
http://www.kinook.com/Forum/showthread.php?threadid=572

VbpSixUser
05-23-2007, 04:36 PM
Thanks again for the help....that answered my question.