PDA

View Full Version : PROCFILES_FILENAME macro not updated


Kim
10-21-2004, 08:54 AM
Hi,
I'm using "Process files" to list all dll's in a folder. Results should be available in the system macros: PROCFILES_*

PROCFILES_COUNT is updated correctly
PROCFILES_FILE_DIR is updated correctly
PROCFILES_ROOT_DIR is updated correctly

PROCFILES_FILENAME is always empty..............

I have tried to pause/step the build process, and PROCFILES_FILENAME is always empty. Are there any alternatives that can be used?

kevina
10-21-2004, 09:22 AM
Do you have the option "Process Once for each folder with matching files" checked? Doing so will only iterate over the folders containing a match, and not the files themselves.

It sounds like you want to iterate over the files that match and not containing folders. If that is the case, just uncheck this option and Visual Build Professional should function as expected.

Kim
10-21-2004, 12:57 PM
Thank you - that checkbox was causing the problem.