We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
File
File.readFile(fileName) File.writeFile(fileName, content)
readFile(fileName) returns the contents of the file.
readFile(fileName)
writeFile(fileName, content) writes the content to the given file.
writeFile(fileName, content)