getFileLines()

Used to retrieve file content from the repository as an array of strings, given the UUID.

Example using getFileLines():

var arrLines = env.getFileLines(filToRead)

Parameter

Description

filToRead

The text file from the repository to expand into the constituent lines. A file object consists of information about the file, but is not the content of the file.