/proc/file2text(File)
Arguments:
File: The file to read.
Returns:
null, text: The contents of the file, or null on invalid files.

This allows you to read the contents of a file from the file system directly as a string.