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

sendTo( str [, num [, num2] ] )
Send selected file to path.(V1.02)
str specifies the path.
If it is not an absolute path, examine the file in %userprofile%\SendTo.
If num is 1, copy it.
If num is 2, move it.
If num is 3, create a link.
If num is 4, it is automatic.
num is optional.

If num2 is 1, it is drop to folder by mouse right button.
num2 is optional.
パラメータ1(文字列型)
送り先のパスを指定します。
絶対パスでない場合は%userprofile%\SendToにあるファイルと解釈されます。

パラメータ2(数値型、省略可能)
1を指定で明示的にコピー、2を指定で明示的に移動、3を指定で明示的にリンク作成、4を指定で自動になります。(V1.26)

パラメータ3(数値型、省略可能)
1を指定すると、右ボタンのドロップと同じになります。(V1.58)

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