Name

kOfxPluginPropFilePath — The file path to the plugin.

Synopsis

#include "/ofxCore.h"
#define kOfxPluginPropFilePath "OfxPluginPropFilePath"

Type

kOfxPluginPropFilePath is of type C string, and has only a single dimension.

Property Set

This is a property that belongs to the effect descriptor (read only).

Description

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'