Using ANT, how can i make sure that directory exists before attempting to remove it?
ANT
As part of my current clean task, i
with vanilla ant you would use something like =
else see = Ant check existence for a set of files for a similar question