PluginInfo.path Property

Module: PluginInfo

Type: string

Definition

Specifies the file system path to the plugin file, enabling the system to locate and load the plugin as required.

path: str

Exceptions

An error has occurred during Devices Library execution.
String get path => getPath();

Exceptions

An error has occurred during Devices Library execution.
public string path
{
    get => Getpath();
}

Exceptions

An error has occurred during Devices Library execution.
public String getPath() throws DevicesException

Exceptions

An error has occurred during Devices Library execution.
int id3DevicesPluginInfo_GetPath (ID3_DEVICES_PLUGIN_INFO hPluginInfo, char * path, int * pathSize)

Returns

int
An error code.
See id3DevicesError file for the list of possible error codes.