指定するインデックスの文書の Document オブジェクトを取得します。
doc = editor.Documents.Item( Index );
doc = editor.Documents.Item( Index )
Index
文書のインデックスを 1 を基底とする整数で指定します。
alert( "最初の文書のフルパス: " + editor.Documents.Item(1).FullName );
alert "最初の文書のフルパス: " & editor.Documents.Item(1).FullName
EmEditor Professional Version 5.00 以上で利用できます。