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,
>
>
: 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
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
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 >>>
>
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,
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
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