Page 1 of 1

search in archives->results feed to listbox->edit resu

Posted: 2016-06-13, 11:10 UTC
by trevor12
->save (that is recompress archives with changes)
**********
krusader has this function
example:
I have in C: dir 000, that is c:\000

inside this directory I have 3 archives: 1.zip, 2.rar, 3.7z

inside all of above archives is file readme.txt

what I want is when I will search filename readme* inside C:\000 including archives

I get 3 results:

readme.txt
readme.txt
readme.txt

What I want is possibility to feed to listbox this:
readme.txt
readme.txt
readme.txt

Now I will edit first readme.txt, some other edit in second readme.txt and another edit in third readme.txt

Result will be 3 changed archive files 1.zip, 2.rar, 3.7z

*********
Is it too complicated or problematic to code ?