selectItem(Ver2.14対応版)
IndexScriptGlobal method− selectItem

selectItem( num_or_str1, num2? )
Select by index, or select by wildcard, or [Find and Select...].
パラメータ1(数値型または文字列型)
In case of numeric specification, select by index.

In the case of wildcard specification, multiple selection with wildcards.

In the case of string specified (not wildcard), it behaves the same as the "Find and Select ..." command.
Search and select after the current focus.
If multiple items hit, select in order.
Clear the selection when it is the last item.

パラメータ2(数値型、省略可能)
In case of numeric specification in parameter 1.
0x01: Add selection
In the case of wildcards in parameter 1:
Specifies the method to select. (Bitwise OR of the following values)
0x01: Add selection
0x10: Do not target files (V 1.42)
0x20: Do not target folder (V 1.42)
In the case of string specified (not wildcards) in parameter 1:
Specifies the method to select. (Bitwise OR of the following values)
0x01: Add selection
0x02: Perfect match to the file name (even if the extension is not displayed) (V1.01)
0x10: Do not target files (V 1.42)
0x20: Do not target folder (V 1.42)

If contains 0x02, select the exact match item including the extension, not the same as the "Find and Select ..." command.

返り値
Nothing.