std.stringio.LoadString - nitrologic/monkey2 GitHub Wiki
std::std.stringio.LoadString
monkey:monkey.types.String( path:monkey:monkey.types.String,fixeols:monkey:monkey.types.Bool=false )
Function LoadString:Loads a string from a file.
An empty string will be returned if the file could not be opened.
Parameters | |
---|---|
path |
path The path of the file. |
fixeols |
fixeols If true, converts eols to UNIX "~n" eols after loading. |