Table of Contents

Method LoadFile

Namespace
Alternet.Scripter
Assembly
Alternet.Scripter.v9.dll

LoadFile(string)

When implemented by a class, load text content from the specified file.

public virtual string LoadFile(string fileName)

Parameters

fileName string

File name that contains text to load.

Returns

string

String representation of the file.