no, that�s java code. but you can put that into a <script> task.

Jan

> -----Urspr�ngliche Nachricht-----
> Von: Michael Wang (IT) [mailto:[EMAIL PROTECTED]
> Gesendet am: Freitag, 18. Februar 2005 15:29
> An: Ant Users List
> Betreff: RE: handy way to check if a dir is empty or not
> 
> thanks for the reply, howover, is this ANT script?
> 
> -----Original Message-----
> From: Mark Benussi [mailto:[EMAIL PROTECTED]
> Sent: Friday, February 18, 2005 9:28 AM
> To: [email protected]
> Subject: RE: handy way to check if a dir is empty or not
> 
> 
> if(file.isDirectory() && (file.list()).length == 0) {
>   // Directory is empty
> }
> 
> ----Original Message Follows----
> From: "Michael Wang (IT)" <[EMAIL PROTECTED]>
> Reply-To: "Ant Users List" <[email protected]>
> To: "Ant Users List" <[email protected]>
> Subject: handy way to check if a dir is empty or not
> Date: Fri, 18 Feb 2005 09:17:28 -0500
> 
> is there a handy way to do this? thanks.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

Reply via email to