Thanks... I ended up doing this:
You could use a fileset and then use the
fileset::has-files(http://nantcontrib.sourceforge.net/release/latest/help/fu
nctions/fileset.has-files.html ) function in NAntContrib.
HTH,
Bill
_
From: Bob Archer [mailto:bob.arc...@amsi.com]
Sent: 24 July 2009 17:20
To: nant-users@lists.
Hi All,
What is the easiest was to check if a file exists if I don't have the file
name. I have the pattern that the file will match. The only think I can think
to do is to use a foreach with the pattern and put the file name into a
property.
Is there an easier way that is cleaner?
Thanks,
BO