API documentation for the Rust `Metadata` struct in crate `std`. ... use std::fs; let metadata = try!(fs::metadata("foo.txt")); assert!(!metadata.is_dir()); ...
確定! 回上一頁