Method LoadFile
LoadFile(string)
Loads the contents of the file into the TextView.
public bool LoadFile(string path)
Parameters
pathstringPath to the file to load.
Returns
- bool
true, if file was loaded,falseotherwise.
Loads the contents of the file into the TextView.
public bool LoadFile(string path)
path stringPath to the file to load.
true, if file was loaded, false otherwise.