Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 30789 invoked by uid 500); 13 Jun 2001 15:31:37 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: ant-user@jakarta.apache.org Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 30722 invoked from network); 13 Jun 2001 15:31:36 -0000 X-Authentication-Warning: bodewig.bost.de: bodewig set sender to bodewig@apache.org using -f To: ant-user@jakarta.apache.org Subject: Re: Check if a directory exist? References: From: Stefan Bodewig Date: 13 Jun 2001 17:31:36 +0200 In-Reply-To: Jirtme Lacoste's message of "Wed, 13 Jun 2001 16:41:18 +0200" Message-ID: Lines: 9 User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Jirtme Lacoste wrote: > How can I check if a directory exists using Ant? In Ant 1.3 will check for files and directories - in 1.4alpha there is a new type attribute that can be used to only check for files/directories. Stefan