Re: AW: Check to See If Directory Exists

2006-10-11 Thread Robert Pepersack
ktober 2006 14:07 >An: user@ant.apache.org >Betreff: Re: Check to See If Directory Exists > >OK. I looked in the online documentation and read from the >book "Java Development With Ant", but neither documented this >behavior of . > >Thanks for your help, > >

AW: Check to See If Directory Exists

2006-10-11 Thread Jan.Materne
: Mittwoch, 11. Oktober 2006 14:07 >An: user@ant.apache.org >Betreff: Re: Check to See If Directory Exists > >OK. I looked in the online documentation and read from the >book "Java Development With Ant", but neither documented this >behavior of . > >Thanks for yo

Re: Check to See If Directory Exists

2006-10-11 Thread James Abley
Maybe not documented, but it's not too hard to discover empirically. bash:/work/ant-test/mkdir$ ant Buildfile: build.xml test: [mkdir] Created dir: /work/ant-test/mkdir/test BUILD SUCCESSFUL Total time: 0 seconds bash:/work/ant-test/mkdir$ ant Buildfile: build.xml test: BUIL

Re: Check to See If Directory Exists

2006-10-11 Thread Robert Pepersack
OK. I looked in the online documentation and read from the book "Java Development With Ant", but neither documented this behavior of . Thanks for your help, Bob Robert Pepersack Senior Lead Developer Maryland Insurance Administration 410-468-2054 >>> [EMAIL PROTECTED] 10/10/2006 4:29 PM >>> >

Re: Check to See If Directory Exists

2006-10-10 Thread Peter Reilly
will create the directory x if it does not exist, otherwise it does nothing. Peter On 10/10/06, Robert Pepersack <[EMAIL PROTECTED]> wrote: Hi all, I need to check to see if a directory exists, and if not, then create the directory. But, if the directory already exists, then leave it alone,

Re: Check to See If Directory Exists

2006-10-10 Thread Dominique Devienne
I need to check to see if a directory exists, and if not, then create the directory. But, if the directory already exists, then leave it alone, because it may already contain some important files. I have more than a dozen directories to check for, and I would like to find a way to do this that's

Check to See If Directory Exists

2006-10-10 Thread Robert Pepersack
Hi all, I need to check to see if a directory exists, and if not, then create the directory. But, if the directory already exists, then leave it alone, because it may already contain some important files. I have more than a dozen directories to check for, and I would like to find a way to do thi