Method LoadFile | Terminal.Gui v1 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
LoadFile(string)
Loads the contents of the file into the TextView.
public bool LoadFile(string path)
Parameters
path
string
Path to the file to load.
Returns
true
, if file was loaded, false
otherwise.