The OnGetNewName event is one of the three alternate entry points for rename scripts. The other two events - Rename_GetNewName and Rename_GetNewName2, are deprecated should only be used for backwards compatibility with Opus 10.
Method Name: | OnGetNewName |
---|---|
Argument Type: |
|
Return Type: |
bool or string |
Description: |
When using a rename script, the OnGetNewName event is called for every selected file and folder, giving the script a chance to modify the name. You can return two different types from this event:
|