IPluginHost.ConfigFolder Property

AdiIRC API v2

IPluginHostConfigFolder Property

Returns the AdiIRC config folder.

Namespace:  AdiIRCAPIv2.Interfaces
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
string ConfigFolder { get; }
ReadOnly Property ConfigFolder As String
	Get
property String^ ConfigFolder {
	String^ get ();
}
abstract ConfigFolder : string with get

Property Value

Type: String
See Also