alexcrichton / tar-rs

Tar file reading/writing for Rust
https://docs.rs/tar
Apache License 2.0
616 stars 178 forks source link

Is the absolute path invalid? #326

Open avenir-zhang opened 1 year ago

avenir-zhang commented 1 year ago

hello, I wanna ask a question, tar_file_builder.append_path(&tmp_file_path).unwrap(); the tmp_file_path can be set absolute path?

vagusX commented 7 months ago

seems that not support yet, see https://github.com/alexcrichton/tar-rs/blob/master/src/header.rs#L1507 cc @alexcrichton