RenameIfSameNameExists Property (AutoSaveProp Object)¶
Corresponds to the Rename
if the Same File Name Exists check box in the
Auto Save page of Configuration Properties. Supported on EmEditor Professional Version 7.00 or later.¶
[JavaScript]¶
b = object.RenameIfSameNameExists;
object.RenameIfSameNameExists = b;
[VBScript]¶
b = object.RenameIfSameNameExists
object.RenameIfSameNameExists = b
Version¶