Retrieves the full specification of the EmEditor executable file (emeditor.exe), including the path.
strName = editor.FullName;
strName = editor.FullName
strName = editor.FullName;
alert( "The full name of EmEditor is " + strName + "." );
strName = editor.FullName
alert "The full name of EmEditor is" & strName & "."
Supported on EmEditor Professional Version 4.00 or later.
Send feedback on this topic to Emurasoft