Periksa apakah ada file

use std::path::Path;

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