#1
|
|||
|
|||
PROCFILES_FILENAME macro not updated
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? |
#2
|
|||
|
|||
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. |
#3
|
|||
|
|||
Thank you - that checkbox was causing the problem.
|
|
|