Path =  plugin .file .name .get  (  Index  )  
                                     
Description :

This instruction returns the full pathname for a currently-loaded plugin.

Parameters :

  • Index of the plugin. Valid in the range [1, number of plugins].

Return Value :

  • Pathname of the plugin (if one was found), NULL otherwise.

Examples :