File.readFileAsString()

Signature

String readFileAsString (String filePath)

Domain

action

Description

Read the contents of the specified file and return a string

Parameters

NameTypeDescription
filePathStringThe file to read

Returns

TypeDescription
StringContents of the file

Cautions

none