Method LoadFile | Terminal.Gui v1 (original) (raw)

Namespace

Terminal.Gui

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

bool

true, if file was loaded, false otherwise.

Edit this page