Reads the content of a file and returns it as a string. Returns an error if the file does not exist.
1
io.readFileString("data.txt") // returns the raw content of the given file as a string or an error if the file does not exist