Table of Contents

Method InsertFromFile

Namespace
Alternet.Editor
Assembly
Alternet.Editor.v9.dll

InsertFromFile(string)

Inserts the file text content at the specified location.

public virtual bool InsertFromFile(string fileName)

Parameters

fileName string

Name of file to load text from.

Returns

bool

True if the method succeed; otherwise false.