mishandri

About me

Developer Information
Name mishandri
User since July 30, 2021
Number of add-ons developed 0 add-ons
Average rating of developer's add-ons Not yet rated

My Reviews

AttachmentExtractor Continued

Rated 5 out of 5 stars

Hi! I updated TB (from 68.*) and AE...
Previously I had tample for filenames:
#date# #subject#\#namepart##count##extpart#
And #date# = Y-m\Y-m-d
And I had folder: 2021-07\2021-07-30 Subject\*****
Now, symbol "\" is replaced by symbol "-". And I have 2021-07-2021-07-30 Subject-*** It's no good.
Please help how to return, that "\" don't replace???
------------
UPD: I did it out on my own. Thanks)
UPD2: file aec_js_attachmentFileMaker.js
aFileName = aFileName.replace(/[\/\\]+/g, "-"); /* / \ = - */
"fix" this xD

This review is for a previous version of the add-on (3.0.8).