Not really another one, but that if it is quoted, it's treated as a string which is "passed" to the find-as-you-type feature.
So to go to XY's folder and select the readme, we could do things like :
Code: Select all
::goto <xypath>::selpos "ReadMeXY"
//or
::goto <xypath>::selpos "read"
//or to be "sure"
::goto <xypath>::selpos "readmexy.txt"
XYplorer Beta Club