API DocumentationfunctionsFunction: readAllText()On this pageFunction: readAllText() function readAllText(filePath): string; Defined in: file.d.ts:6 Reads the file from the file system and returns the content as a string. File path must be under the main script directory. Parameters ParameterTypefilePathstring Returns string