kOfxPluginPropFilePath
— The file path to the plugin.
#include "/ofxCore.h" #define kOfxPluginPropFilePath "OfxPluginPropFilePath"
The file path to the plugin.
This is a string that indicates the file path where the plug-in was found by the host. The path is in the native path format for the host OS (eg: UNIX directory separators are forward slashes, Windows ones are backslashes).
The path is to the bundle location, see InstallationLocation . eg: '/usr/OFX/Plugins/AcmePlugins/AcmeFantasticPlugin.ofx.bundle'