Python py7zr extracting .7z archive differently to Linux command line 7zip
I have created a .7z archive using the usual basic Windows UI. It is my understanding this defaults to relative paths for any archives created. When looking in the archive post creation, all I see is a directory called ‘autocfg’. When I experimented with absolute paths this changed (as expected).
Python py7zr extracting .7z archive differently to Linux command line 7zip
I have created a .7z archive using the usual basic Windows UI. It is my understanding this defaults to relative paths for any archives created. When looking in the archive post creation, all I see is a directory called ‘autocfg’. When I experimented with absolute paths this changed (as expected).