[NAnt-users] Exit a foreach

2008-01-08 Thread Bob Archer
Is there a way to exit a foreach loop? BOb - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;135030

[NAnt-users] Get single file name

2008-01-08 Thread Bob Archer
What would be the easiest way to get the file name of a file given a pattern? I know there is a single zip file in a given path... I just need the name of the file so I can unzip it. Is a foreach file really the only way to do this? BOb --