open(Ver2.11対応版)
IndexScriptGlobal method− open

open( str [, num1 [, num2 [, num3] ] ] )
Open the path.
String of path.
パラメータ1(文字列型)
It is also possible to write "*".Filter format/regexp format
It is also possible to describe the file name.

パラメータ2(数値型、省略可能)
Specification such as a new tab.(optional)
0: Open normally
1: New tab
2: New tab (existing is active)
3: New tab (at the background)
4: New tab (at the background / existing is no action)
5: New split
6: Open normally (existing is active)
7: New window (V1.44)
If 7 is specified, script execution will not continue in the new window, but will continue in the original window.

パラメータ3(数値型、省略可能)
Specifies tab insertion position.(optional)
0: Add to right edge 1: Add to left edge 2: Insert right: 3: Insert left

パラメータ4(数値型、省略可能)
Specifies how to expand the tree's subfolders.(optional)
0:Default 1:Not expand 2:Expand

返り値
返り値はありません。