Re: [NAnt-users] Get single file name

2008-01-09 Thread Jay Flowers
BOb, This is example is from a CI Factory script. I don't believe that NAnt proper has these functions... Smiles, Jay On 1/8/08, Bob Archer <[EMAIL PROTECTED]> wrote: > > What would be the easiest way to get the file name of a file given a > pattern? > > > > I know there is a s

[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 --