pub fn read_file(path: &str) -> Result<Vec<u8>, String>
Read a whole file (~-expandable path) into bytes.
~