Method InsertFromFile
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
InsertFromFile(string)
When implemented by a class, inserts the file text content at the specified location.
bool InsertFromFile(string fileName)
Parameters
fileName
stringName of file to load text from.
Returns
- bool
True if the method succeed; otherwise false.