Writes string content directly to file
Namespace: KerbalDataAssembly: KerbalData (in KerbalData.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- str
- Type:
System String
string instance to use
- filePath
- Type:
System String
file path (relative to run path or absloute) to store the data, exsiting files will be overwritten
Return Value
string provided and written to file. Used for debugging and convienance methods.Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of typeSee Also