'Add new file to existing 7z archive, but place it in a subfolder [closed]

I have 7z archive that looks like this

archive.7z
/
 -Folder1
   file1
 -Folder2
   file2

I know that I can add file3 to the root by

7za.exe a archive.7z file3

But I want to add file3 in Folder2. How to do that?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source