We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hello, I wanna ask a question, tar_file_builder.append_path(&tmp_file_path).unwrap(); the tmp_file_path can be set absolute path?
tar_file_builder.append_path(&tmp_file_path).unwrap();
The text was updated successfully, but these errors were encountered:
seems that not support yet, see https://github.com/alexcrichton/tar-rs/blob/master/src/header.rs#L1507 cc @alexcrichton
Sorry, something went wrong.
No branches or pull requests
hello, I wanna ask a question,
tar_file_builder.append_path(&tmp_file_path).unwrap();
the tmp_file_path can be set absolute path?
The text was updated successfully, but these errors were encountered: