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.
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