|
Can you elaborate what you mean by a
'script-task'?
In general, I want to be able to handle the case
where I don't
necessarily know all the files that might be there,
but I just
want to check if anything at all is
there.
I tried doing something like:
<available file="*"
property="dirNotEmpty"/>
But the <available> task doesn't seem to be
interested in expanding
wildcards. Also, <available> doesn't
except a nested <fileset>.
So, I don't see how to use a fileset with the
<available> task.
Any other ideas?
Jason
|
- How to check for empty directory Jason Rosenberg
- Re: How to check for empty directory Nico Seessle
- Jason Rosenberg
