KspData SaveFile T  Method (String, T, String) KerbalData - KSP Data Unlocked!
Saves provided data to KSP data format at the provided path

Namespace: KerbalData
Assembly: KerbalData (in KerbalData.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void SaveFile<T>(
	string path,
	T obj,
	string configSectionName = null
)
where T : class, new()

Parameters

path
Type: OnlineSystem String
path to save file to
obj
Type: T
object to use when serializing data
configSectionName (Optional)
Type: OnlineSystem String
configuration section name to use for processor lookup
Type Parameters

T
model type to save
See Also