General Information

Locked
User avatar
JHPJHP
Site Admin
Posts: 217
Joined: Wed Jun 21, 2023 10:48 am

General Information

Post by JHPJHP »

PB Interface to 7-Zip

12 Examples, 4 Includes

SevenZip 9.22.00.02 / 7-Zip 18.5
7-zip32.dll, 7-zip32.lib, 7-zip64.dll, 7-zip64.lib, 7z.exe / 7z.dll / 7z.sfx
7-zip.chm, 7-zip32.h, 7-zip32api.txt, license.txt, websites.txt

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

SevenZip_Add1.pb
Adds files to an archive (creates the 7z file if needed).

SevenZip_Add2.pb
Adds files to an archive (creates the executable if needed).

SevenZip_Delete.pb
Deletes files from an archive.

SevenZip_Extract1.pb
Extracts the contents of an archive including folders.

SevenZip_Extract2.pb
Extracts the contents of an archive excluding folders.

SevenZip_Help.pb
Displays help information in the debug window.

SevenZip_List.pb
Lists detailed technical information for the files in an archive.

SevenZip_Miscellaneous.pb
Displays information from a variety of Functions.

SevenZip_Password.pb
Adds password protected files to an archive (creates the 7z file if needed).

SevenZip_Test.pb
Test the integrity of files in an archive.

SevenZip_Update.pb
Updates files in an archive without needing to decompress and recompress the entire archive (creates the 7z file if needed).

SevenZipOpenArchive.pb
Displays a list of folder/files contained within an archive.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

• 7z.exe and 7z.dll are not needed for regular use, but have been included to extend the supported formats.
• 7z.sfx supresses the SFX dialog box from showing, demonstrated in the example SevenZip_Add2.pb.
The difference between stupidity and genius is that genius has its limits.
~ Albert Einstein
Locked