首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > C/C++/VC++ > 图书馆扫描并从ZIP,GZIP提取物,7-Zip /格式和RAR档案

图书馆扫描并从ZIP,GZIP提取物,7-Zip /格式和RAR档案

资 源 简 介

File_Extractor is a modular archive scanning and extraction library that supports several popular compressed file formats. It gives a common interface to the supported formats, allowing one version of user code. It has a simple C interface, and is written in lightweight C++. Features Supports ZIP, GZIP, 7-Zip (7Z), and RAR[1] archive formats. Non-archive files act like archive of that one file, simplifying code. Modular design allows removal of support for unneeded archive formats. Optionally supports wide-character paths on Windows. Archive file type identification can be customized [1] RAR support is optional; enabling it changes the library"s license. Code example This minimal code example scans "demo.zip" for any .txt files and prints their contents to stdout. If it encounters an error, it prints it to stderr and exits program. ``` void err

文 件 列 表

File_Extractor-1.0.0
7z_C
changes.txt
demo.c
demo.zip
demo_directory.c
demo_read.c
demo_rewind.c
demo_seek.c
fex
fex.txt
internals.txt
license.txt
makefile
readme.txt
unrar
zlib
VIP VIP
0.169349s