Compruebe si existe un archivo óxido

use std::path::Path;

fn main() {
    println!("{}", Path::new("/etc/hosts").exists());
}
ali ahmed