readme
来自「LINUX 下, 以 QT/KDE 写的档案管理员」· 代码 · 共 25 行
TXT
25 行
This is the 0.2 release of libisofs. For changes, see the ChangeLog.Libisofs implements the reading of the famous ISO-9660 (ECMA-119) file system, found on CD-ROM media. It also supports the Rock Ridge Interchange Protocol andMicrosoft Joliet extensions. It allows user-mode programs to query thefilesystem volume descriptors and traverse through the directory structure.Preliminary support for El-Torito boot CDs are added in version 0.2.To use it in your project, I recommend to copy bswap.h, isofs.h, iso_fs.h, el_torito.h rock.h and isofs.c to your sources, and include isofs.h in the appropriate places.Currently only the directory tables are parsed, the path tables are not.(The path tables contain redundant information.)Also a sample program can be compiled with the supplied Makefile. Simplyexecute 'make', it should create the executable file isofs.On big-endian systems, you need to define WORDS_BIGENDIAN (either in thecompiler command-line, or if you defined HAVE_CONFIG_H, in config.h)Gy鰎gy Szombathelyi <gyurco@users.sourceforge.net>http://libcdrom.sourceforge.net/libisofs.html
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?