PDA

View Full Version : Process Files Exclude list


pjaiswal
07-10-2007, 01:13 PM
Hi,

is there a way for me to get the list of files to be excluded in the process files action, if the list of the files is in a text file?

I want to have all the files listed in the text file to be excluded from the process files action.

Thanks,
Pragya

kinook
07-10-2007, 01:43 PM
[vbld_GetFileContents("c:\path\to\file.ext")]

http://www.visualbuild.com/Manual/scriptexpressions.htm
http://www.visualbuild.com/Manual/sysscriptfile.htm

pjaiswal
07-10-2007, 01:50 PM
Thanks, I will try this in the build script.