Skip to content
Axel Faes edited this page Sep 13, 2015 · 1 revision

The File class

File.readFile(fileName)
File.writeFile(fileName, content)

readFile(fileName) returns the contents of the file.

writeFile(fileName, content) writes the content to the given file.

Clone this wiki locally