std:std.stringio.SaveString

Function SaveString:Bool( str:String,path:String,fixeols:Bool=false )

Saves a string to a file.

Parameters
str str The string to save.
path path The path of the file.
fixeols fixeols If true, converts eols to UNIX "~n" eols before saving.