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.2.0 (in KSPDev_Utils.2.0.dll) Version: 2.0 for KSP v1.8+
Syntax
C#
public static string pluginsRoot { get; }
Request Example View Source

Property Value

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