ShowFullPath Property (FileProp Object)¶
Corresponds to the Show
File Name with Full Path check box in the File page of Configuration Properties. Supported on EmEditor Professional Version 7.00 or later.¶
[JavaScript]¶
b = object.ShowFullPath;
object.ShowFullPath = b;
[VBScript]¶
b = object.ShowFullPath
object.ShowFullPath = b
Version¶