RenameIfSameNameExists Property (BackupProp Object)¶
Corresponds to the Rename if the Same File Name Exists check box in the
Backup 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¶