-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
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
Decompressing file doesn't create a directory #2469
Comments
The second formulation is maybe clearer in what it does: it merely pushes all compressed frames into Recent versions of
In order to achieve your goal (saving and compacting a complete directory), it's necessary to use a proper archiver like See #1526 for additional details (this question is effectively a duplicate). |
Thank you for the reply. I have already compressed my files which are stored in the directory. I think I have to throw away them ;( |
@jin8495 you can use the tool I'm adding in PR #2473 to recover your files. You won't get any of the file names or metadata back, but it will split all the file content up correctly. Once it is merged you can run:
It will write each file to |
Describe the bug
First, I compressed a directory which has many files. And then I decompressed it. But the decompressed one is not a directory. It was a file. So, I cannot get in to the directory to search a specific file that I want.
To Reproduce
Expected behavior
I just wanted to get my file. but '$ cd DIRECTORY' doesn't work.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: