Thanks.  Okay, great so far...

    <available file="${WORKDIR}/jar" property="jar.symlink.exists" />

but I also need to excute a statement if the property is true, something
like this:

if [ -f filename ]; then
   echo "File exists";
fi

-Doug

Erik Hatcher wrote:

On Jan 29, 2005, at 3:40 PM, Douglas Kramer wrote:

Is there a way to test whether a file exists?


<available>

--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to