Hi,
I'm trying to limit my results when defining an iteratorPackage. I'm doing this to work out the path of the package i'm about to compile. I'm using the action Fileset Define.
Anyway, if i define the fileset recursively using the package name %iteratorPackage% which is hslSystem110.dpk i get this result.
D:\Projects\01 Components\5.0\hslSystem\hslSystem110.dpk
D:\Projects\01 Components\5.1\hslSystem\hslSystem110.dpk
D:\Projects\01 Components\6.0\hslSystem\hslSystem110.dpk
D:\Projects\01 Components\6.1\hslSystem\hslSystem110.dpk
D:\Projects\01 Components\9.9\hslSystem\hslSystem110.dpk
I only want to get the path of the file when it's at a specific version - i.e. i want to get the path when the version is 9.9. I'm trying to limit my results by using wildcards. such as:
*9.9*%packageIterator%
but it's not working. I've tried many different formats but none would return a result. Could someone help me out here?
By the way I've got the base directory as D:\Projects
Cheers,
Cam