export plugin: how to learn the source path of exported files?
Short version: Can an export plugin determine the source path for an image that was exported as copy to a temporary directory? If so, how?
Long version...
I'm a newbie SDK user, writing a plugin that exports multiple images to my own external program that blends them together and produces one or more new images that the user probably wants to import back into Lightroom.
I have the plugin working OK with export to a temporary directory.
Now I'd like to add a feature in which my program gets access to the folder path of the original images, so it can offer the user the option to save the result image(s) back to the same directory.
Is it possible for the export plugin to get the source path for an exported image, say from a rendition object?
Alternatively, can the export plugin get the same or similar information some other way, for example by determining the path for the currently selected folder in the Lightroom catalog?
Thanks for any suggestions!
--Rik
