pluginPaths Struct

This struct provides methods to access the plugin paths defined in the plugin.ini file.

Available in 3ds Max 9 and higher.

pluginPaths.count()

Returns the number of plugin paths

pluginPaths.get <index>

Returns the indexed plugin path

EXAMPLE

   count = pluginPaths.count()
   for j = 1 to count do format " % : %\n" j (pluginPaths.get j)