Method InsertFromFile
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
InsertFromFile(string)
Inserts the file text content at the specified location.
public virtual bool InsertFromFile(string fileName)
Parameters
fileName
stringName of file to load text from.
Returns
- bool
True if the method succeed; otherwise false.