PluginRegistrar.Filename

Introduced

v4.0

Description

Returns the full name and location of the plug-in as a String.

Examples

VBScript Example

Function XSIUnloadPlugin( in_reg )
	Application.LogMessage in_reg.Filename & "is unloading."
	XSIUnLoadPlugin = true
End Function

See Also

Plugin.Filename