pub fn read_string(path: &str) -> Result<String, Error>
let str = read_staring(path); prinln!("{:?}",str);