FileStoreCsvLine Method |
Store the given String in the file as a line formatted in the CSV (Comma-Separated Values) format. You can pass a different delimiter delim to use other than the default "," (comma). This delimiter must be one-character long.
Text will be encoded as UTF-8.
Namespace: Godot
public void StoreCsvLine( string[] values, string delim = "," )
[Missing <param name="values"/> documentation for "M:Godot.File.StoreCsvLine(System.String[],System.String)"]
[Missing <param name="delim"/> documentation for "M:Godot.File.StoreCsvLine(System.String[],System.String)"]