Hi.
I need the 7zip extracts files to existing folders only!
For example:
7zip archive contains folders: "f1", "f2", "f3", "f4", "f5".
The destination folder already contains subfolders "f1", "f3" and "f4".
So, I need to extract only folders "f1", "f3" and "f4" from archive, but do not extract "f2" and "f5".
I can't use folder list, because next time it may contain over folders. So, I don't know what subfolders will contain distination folder next time. But I need to extract to only that subfolders, and nothing else.
Thanks.