like for include or exclude specific folders by their names?
Right now you can exclude folders that start with specified string.
Code:
<task>
<skipPattern>.</skipPattern>
<skipPattern>_old</skipPattern>
<status>Enabled</status>
<actionType>Move</actionType>
<source>E:\\temp\\TestFiles</source>
<destination>E:\\temp\\archive</destination>
<action id="TotalFolderCount">
<value>21</value>
<minFolderAction>5</minFolderAction>
</action>
</task>
This will skip all folders that start with "." or "_old"