Path Property (Document Object)¶
Retrieves the path of the document without the file name. Supported on EmEditor Professional Version 4.00 or later.¶
[JavaScript]¶
strPath = document.Path;
[VBScript]¶
strPath = document.Path
Examples¶
[JavaScript]¶
alert( document.Path );
[VBScript]¶
alert document.Path
Version¶