How do I check for the existence of a folder using Ant?
We can check the existence of a file, but can we do the same for a folder as well?
Here is another approach, allows to call just one task without using ant-contrib.jar.
{some task} {another task}