Table of Contents

Method LoadFile

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.