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
Location of file results_duplicates.txt #1000
Comments
|
It writes it to the home directory. What I want to know is, can this be reused as cache? I closed the program after hours of scanning, but to scan again would take the same amount of time again (roughly, since I did delete a lot of duplicates in the meantime). |
|
That's where I looked first, just tested again: No such file in my home folder (also no hidden one) on macOS |
|
With the latest update to version 6.1.0 I get the following error when trying to save the results: |
|
It save files into current path If app works, when current dir is: It will try to write files into so changing current folder will change location where files are written. From CLI changing this is quite simple this will save results into /any/folder |
|
The new update 7.0.0 helps to understand the problem, as I get the error |
Hi,
I compiled czkawka myself for Apple M1 and tried to store all found duplicates in a file via the "save" button. It seems to store it somewhere "Saved results to file results_duplicates.txt", but I couldn't find this file on the drive. Also I didn't see the default location mentioned in the description on github or settings of czkawka. The only workaround I found is to copy the corresponding lines from a file in the Caches folder.
The text was updated successfully, but these errors were encountered: