RE: Using foreach
Thanks! Works great! Rebhan, Gilbert wrote: > > > -Original Message- > From: nisse [mailto:nisse...@home.se] > Sent: Wednesday, June 24, 2009 9:21 AM > To: user@ant.apache.org > Subject: Using foreach > > /* > > [..] > > > This code pri
Using foreach
Hi I'm trying get all files from a directory and print it to the screen. And I only want to print the name of the file, not with the path and filename. My code looks like this: This code prints for example "C:/Temp/MyFile.txt" But I only want it to pr