QNS switch /T
Posted: 18 Mar 2015 18:24
Code: Select all
"Disk clone" /T //work
Disk clone /T //not work
Disk clo /T //not work2) I feel quote is unnecessary
3) Partial match is not applied? That should be!
Forum for XYplorer Users and Developers
https://www.xyplorer.com/xyfc/
Code: Select all
"Disk clone" /T //work
Disk clone /T //not work
Disk clo /T //not workThe first one finds items with the tag "Disk clone".help 'idh_findfilesbytags'; wrote:Name Pattern Find all items with --------------------------------------------------------------- tags:cats tag "cats" tags:cats;dogs tag "cats" OR "dogs" (loose Boolean syntax) tags:cats dogs tag "cats" AND "dogs" (same) tags:"cats dogs" tag "cats dogs" tags:"cats dogs";ants tag "cats dogs" OR "ants"