Click or drag to resize

AbstractPersistentFieldsFileAttributeconfigFilePath Field

An optional relative path to the config file.

Namespace:  KSPDev.ConfigUtils
Assembly:  KSPDev_Utils.1.1 (in KSPDev_Utils.1.1.dll) Version: 1.1 for KSP v1.6+
Syntax
C#
public readonly string configFilePath
Request Example View Source

Field Value

Type: String
Remarks
Absolute name is resolved via MakeAbsPathForGameData(String). If left empty then data is read from the game's database. Note, that database access is read-only.
See Also