Antoine Verlant

Results 4 comments of Antoine Verlant

Here is the result of the ls -li (inside Movie dir, Source dir, and one of the target dir) ``` [Movies] ls -li total 0 19238843 drwxr-xr-x 4 antoine staff...

As I said i'm not use to Rust at all. I don't realy undertstand how to use trait: ``` #![allow(unused)] fn main() -> std::io::Result { use std::os::macos::fs::MetadataExt; use std::fs; let...

I have this while compiling: ``` --> test.rs:8:22 | 8 | println!("{:?}", metadata.as_raw_stat()); | ^^^^^^^^^^^^^^^^^^^^^^ `std::os::macos::raw::stat` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` | = help: the...

I continue the conversation, I think it's interesting. Don't you think it should be the responsibility of the file system to return the "real size" value of a file ?...