pub fn read_text(path: &Path) -> Option<String>
Read a file to a String, returning None on any I/O error.
String
None