View Single Post
  #1  
Old 05-23-2007, 02:47 PM
VbpSixUser VbpSixUser is online now
Registered User
 
Join Date: 05-22-2007
Location: Garden Grove
Posts: 7
ZIP Tab - Creating ZIP File

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.
Reply With Quote