You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.
I'm attempting to extract rar files that are multi-part (.rar .r01 r.02 etc). Using the unrar tools available out there, I just pass them a single file name (the .rar file) and they extract all the subsequent archives. I'm using archiver as a library and calling archiver.Rar.Open(file, path) then receive this error: writing file: rardecode: archive continues in next volume
Am I missing something, or is this support missing? Thanks!
The text was updated successfully, but these errors were encountered:
I'm attempting to extract rar files that are multi-part (.rar .r01 r.02 etc). Using the
unrar
tools available out there, I just pass them a single file name (the .rar file) and they extract all the subsequent archives. I'm usingarchiver
as a library and callingarchiver.Rar.Open(file, path)
then receive this error:writing file: rardecode: archive continues in next volume
Am I missing something, or is this support missing? Thanks!
The text was updated successfully, but these errors were encountered: