Developing a publish plugin. Some API questions
SDK: I'm in the process of writing a publish plugin for our gallery software (Web Link Removed by Moderator). I've bumped into the following issues, hoping for help here 🙂 :
1) I see there is an LrShell.openFilesInApp API, but it requries the path to our app to be specified. Isn't there any way to simply have a file opened in the default app registered for that file type?
2) Isn't there some API to locate the "My Documents" folder in a language/platform neutral way? We want this plugin to be platform independent
3) When collection sets are created within our plugin, I want a collection child to be created automatically. I therefore implement publishServiceProvider.endDialogForCollectionSetSettings( publishSettings, info ). Now the problem is that even if the API specifies info.publishedCollectionSet as a reference for the newly created collection set, it's nil. These are the keys I have under the "info" parameter: isDefaultCollection, publishService, parents, name, collectionType, why, collectionSettings, pluginContext. What's happening here?
Thank you for your help.
