Internet Explorer is no longer supported. Many things will still work, but your experience will be degraded and some things won't function. Please use a modern browser such as Edge, Chrome, or Firefox.

$FileContents

Returns the contents of a text file.

Script usage:

$FileContents(FileName, [MaxLength])

Parameters:

NameDescription
FileNameThe name of the file to read.
MaxLengthThe maximum number of characters to read from the file. The default value is 100.