pub fn read_file(path: &str) -> Option<String>
Reads a file to a String. Returns None on any error.
None