>> Is there any way to delete files in one directory, say 
>directory A, that are
>> NOT in another directory, say directory B?  I'm looking for something
>> similar to the depends attribute in the FTP tag.
>
>Look at File Selectors, especially the <present> one. --DD


Means something like

<delete>
   <fileset dir="A">
       <not><preset targetdir="B"/>


Jan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to