Sorry if this is a double post. My first attempt seemd to have failed.
I have a question about directives: How might I be able to 'skip' everything in directories, where the directory name contains the word 'Temporary'. For example, I'd like to skip things like this:
C/Documents_and_Settings/user.DOMAIN/Local_Settings/Temporary Internet Files/
'user.DOMAIN' is variable so I tried entering this directive to account for variability:
<< */Temporary* >>
+skip;
And this:
<< */Temporary Internet Files/* >>
+skip;
But both produce errors by legato. Can wildcards be used in the << Dir >> statement? Any suggestions?
I have a question about directives: How might I be able to 'skip' everything in directories, where the directory name contains the word 'Temporary'. For example, I'd like to skip things like this:
C/Documents_and_Settings/user.DOMAIN/Local_Settings/Temporary Internet Files/
'user.DOMAIN' is variable so I tried entering this directive to account for variability:
<< */Temporary* >>
+skip;
And this:
<< */Temporary Internet Files/* >>
+skip;
But both produce errors by legato. Can wildcards be used in the << Dir >> statement? Any suggestions?