Path プロパティ (Document オブジェクト)¶
文書を含むディレクトリのパスをファイル名を付けないで取得します。 EmEditor Professional Version 4.00 以上で利用できます。¶
[JavaScript]¶
strPath = document.Path;
[VBScript]¶
strPath = document.Path
例¶
[JavaScript]¶
alert( document.Path );
[VBScript]¶
alert document.Path
バージョン¶