Builtins::Tainted<String> __t_readFile(String fname)
Arguments
fname: A file name
Usage
Reads the entire contents of fname into a String. This function assumes that the file is a text file, rather than a binary file.
fname: A file nameReads the entire contents of fname into a String. This function assumes that the file is a text file, rather than a binary file.