-----------------------------------------------------------------------------------
Download
PureBasic Interface to 7-Zip from
My PureBasic Stuff-----------------------------------------------------------------------------------
Tricks 'n' TipsPureBasic Interface to OpenCVPureBasic Interface to WinDivertPureBasic Interface to WinRARPureBasic Interface to 7-ZipPureBasic Interface to ImDiskWindows Services & Other StuffInvading Space AliensDeath Star vs AsteroidsGIF ToolkitLSB Image SteganographySpider Web DrawingDeform Image: MLSVideo Snipping ToolStitch Images: SIFTImage Waves: LUTYouTube Player & DownloaderMP4 Player & DownloaderBarcode GeneratorGoogle Translate ServiceEmbed JS into PureBasicGeolocation: Google MapsBook & Viewer & MagnifyVideo for Windows: VfWAlternate ConsoleNetwork Share Management-----------------------------------------------------------------------------------
INCLUDED- 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
-----------------------------------------------------------------------------------
EXAMPLES-
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