I thought I had this, but apparently not, since I can't overwrite files in 
them. I run as Administrator so I have permission to do this.

I want to set the read-only attribute for all files and subdirs under the two 
directories

<target name="removeReadOnly"
                description="Remove read-only attribute of files">
                <attrib readonly="false">
                                <fileset>
                                                <include name="C:\Some 
Folder\**\*" />
                                                <include name="C:\Other 
Folder\**\*" />
                                </fileset>
                </attrib>
</target>

What am I missing?

-chris



***This e-mail message is intended only for the above named recipient(s)
and may contain information that is sensitive or proprietary. If you have
received this message in error or are not the named recipient(s), please 
immediately notify the sender, delete this e-mail message without making
a copy and do not disclose or relay this e-mail message to anyone.***
------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to