RE: Verifying existence of files under a directory

2008-11-18 Thread Rebhan, Gilbert
-Original Message- From: Rohit P [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 18, 2008 11:39 AM To: Ant Users List Subject: Re: Verifying existence of files under a directory /* Thanks Gilbert for quick response. The first solution would be suitable for my current issue & it wo

Re: Verifying existence of files under a directory

2008-11-18 Thread Rohit P
AM > To: Ant Users List > Subject: Verifying existence of files under a directory > > /* > But before i do the 'concat' action i need to verify if there are files > under ${REPORTS_DIR}. Can you let me know the ways to check if *.csv files > exist under ${REPORTS_DIR

RE: Verifying existence of files under a directory

2008-11-18 Thread Rebhan, Gilbert
-Original Message- From: Rebhan, Gilbert [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 18, 2008 11:05 AM To: 'Ant Users List' Subject: RE: Verifying existence of files under a directory -Original Message- From: Rohit P [mailto:[EMAIL PROTECTED] Sent: Tuesday, N

RE: Verifying existence of files under a directory

2008-11-18 Thread Rebhan, Gilbert
-Original Message- From: Rohit P [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 18, 2008 10:16 AM To: Ant Users List Subject: Verifying existence of files under a directory /* But before i do the 'concat' action i need to verify if there are files under ${REPORTS_DIR}. Can

Verifying existence of files under a directory

2008-11-18 Thread Rohit P
Hi, As part of my build script i need to 'concat' set of files [with similar extension] under a directory into a .csv file. ... ... ... ... ... ... But before i do the 'concat' action i need to verify if there are files under ${REPORTS_DIR}. Can you let me