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
def extract_file(filepath, flags=0): """Extracts an archive from a file into the current directory."""
May I propose an optional arg to specify the folder I want to extract to?
The text was updated successfully, but these errors were encountered:
As far as I know libarchive doesn't support that, so we would have to call chdir, and I'm not sure that's a good idea.
chdir
Sorry, something went wrong.
I see. Ok then it's one of the many limitations of libarchive I guess.
No branches or pull requests
May I propose an optional arg to specify the folder I want to extract to?
The text was updated successfully, but these errors were encountered: