Getting After Effects version name
I need to identify the version of AE my plugin is running on. I can get the version number using major and minor versions from the PluginMain function.
However, I need the version String, like "After Effects CC 2017", "After Effects CC 2018", etc. I need this because I have to create a list of user presets, and for that reason I have to know the full path to the user presets so I can look for ffx files in there.
