Hello,
I have been reading about using the Attrib command to remove read-only flags from files and folders. I have been using the attrib command through the Exec command previously with the /S switch in order to ensure that the attrib command gets processed recursively on all subfolders. However, I have recently noticed that the MSBuild Community Tasks also contains an Attrib command similar to the NAnt attrib command. However, while using this, I am having a hard time determining how to achieve the same behavior as using the attrib command at the command line or in the same manner as was available through NAnt.
Any samples on how to recursively process folders and subfolders using the Attrib command that are part of the MSBuild Community Tasks instead of the command-line version of attrib would be greatly appreciated.
Thanks.