Re: [Nant-users] file::exists() problem

2005-02-22 Thread Merrill Cornish
Joe, Put quotes around the argument to exists() if you are specifying a literal file name. Leave off the quotes of the argument is a property name that needs to be evaluated to get the file name. Merrill --- SF email is sponsored by - The I

Re: [Nant-users] file::exists() problem

2005-02-22 Thread Merrill Cornish
--- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op

RE: [Nant-users] file::exists() problem

2005-02-22 Thread Felice Vittoria
Joe,   What you want to do is this:     HTH, Felice -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Joe UchytilSent: Tuesday, February 22, 2005 7:58 AMTo: nant-users@lists.sourceforge.netSubject: [Nant-users] file::exists() problem

RE: [Nant-users] file::exists() problem

2005-02-22 Thread Bill.Martin
You are already in an expansion, so you don't need the expansion round your property.  Try:         Cheers,   Bill     -Original Message- From: Joe Uchytil [mailto:[EMAIL PROTECTED] Sent: 22 February 2005 13:58 To: nant-users@lists.sourceforge.net Subject: [Nant-