Method LoadFile
LoadFile(string)
Loads the contents of the file into the TextView.
public bool LoadFile(string path)
Parameters
path
stringPath to the file to load.
Returns
- bool
true
, if file was loaded,false
otherwise.
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.