Click or drag to resize

KspPathspluginsRoot Property

Returns full path to the plugins root folder (a.k.a. GameData).

Namespace:  KSPDev.FSUtils
Assembly:  KSPDev_Utils.1.1 (in KSPDev_Utils.1.1.dll) Version: 1.1 for KSP v1.6+
Syntax
C#
public static string pluginsRoot { get; }
Request Example View Source

Property Value

Type: String
The full path to the plugins folder.
See Also