Folder name vs. full name

I'm trying to make a rule that will add a date to files added to a folder. I added a condition:
So that it won't match again after adding the timestamp in the "format year.month.day - name". This seems to work fine for files, but not for folders. When I preview the rule against a folder named "2016.5.15 - Awesome Stuff", it shows "Name: 2016.5", and it shows that the condition matches. If I change the condition to use "Full Name", it correctly shows the complete folder name and that the condition does not match.
I'm just wondering why the name is truncated for folders and if there is any downside to using the "Full Name" attribute. Thanks!
- Code: Select all
Name - does not match - <number>.<number>.<number><anything>
So that it won't match again after adding the timestamp in the "format year.month.day - name". This seems to work fine for files, but not for folders. When I preview the rule against a folder named "2016.5.15 - Awesome Stuff", it shows "Name: 2016.5", and it shows that the condition matches. If I change the condition to use "Full Name", it correctly shows the complete folder name and that the condition does not match.
I'm just wondering why the name is truncated for folders and if there is any downside to using the "Full Name" attribute. Thanks!