Path プロパティ (Document オブジェクト)

文書を含むディレクトリのパスをファイル名を付けないで取得します。

[JavaScript]

strPath = document.Path;

[VBScript]

strPath = document.Path

[JavaScript]

alert( document.Path );

[VBScript]

alert document.Path

バージョン

EmEditor Professional Version 4.00 以上で利用できます。