API DocumentationfunctionsFunction: writeAllText()On this pageFunction: writeAllText() function writeAllText(filePath, content): void; Defined in: file.d.ts:18 Writes the content to the file system. File path must be under the main script directory. Parameters ParameterTypefilePathstringcontentstring Returns void