On 2012-04-24, Dave Pawson wrote: > In bash it might be
> #check/create fo directory for output, per font
> if [[ ! -d ${here}/fo ]]
> then
> mkdir ${here}/fo
> fi
In ant that would be
<mkdir dir="${here}/fo"/>
If the directory already exists the task simply doesn't do anything.
Stefan
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
