Test :
Results :
Thanks
Those look correct. name_stem
and name_stem_m
are only different for specific recognised multi-part extensions, like .tar.gz
and .rar.123
; for everything else, they'll both only remove everything after and including the last dot.
You can add your own extensions via Preferences / Miscellaneous / Advanced: [Information Display] multipart_extensions.
I added fc14 to Preferences / Miscellaneous / Advanced: [Information Display] multipart_extensions and got the same results ?
Just fc14
? Or Absence_Reform33Intro.fc14
?
Seeing all those filenames, you would be better off just splitting the name stems in the script, opposed to finding a hack around it using extensions, for they are not.
Good idea, i'll split the name stems
Thanks !