Yes,
 
You can do a foreach and then display the folder names ... like this:
 
<foreach item="Folder" in="c:\" property="foldername">
    <echo message="${foldername}" />
</foreach>
 
HTH,
Felice
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Vladimir Knezevic
Sent: Wednesday, September 15, 2004 3:34 AM
To: [EMAIL PROTECTED]
Subject: [Nant-users] finding subfolders

Hi!

 

Is there a way to find subfolders (at least their names) for a specific folder?

 

Thanks,

            Vladimir

Reply via email to