可以,不过比较罗嗦,下面是基本的api函数,需要自己声明。<br>推荐寻找TSTCabReader、TSTCabWriter两个控件,可以实现功能。<br>function FCICreate; external 'cabinet.dll' name 'FCICreate';<br>function FCIAddFile; external 'cabinet.dll' name 'FCIAddFile';<br>function FCIFlushCabinet; external 'cabinet.dll' name 'FCIFlushCabinet';<br>function FCIFlushFolder; external 'cabinet.dll' name 'FCIFlushFolder';<br>function FCIDestroy; external 'cabinet.dll' name 'FCIDestroy';<br>function FDICreate; external 'cabinet.dll' name 'FDICreate';<br>function FDIIsCabinet; external 'cabinet.dll' name 'FDIIsCabinet';<br>function FDICopy; external 'cabinet.dll' name 'FDICopy';<br>function FDIDestroy; external 'cabinet.dll' name 'FDIDestroy';