-
Notifications
You must be signed in to change notification settings - Fork 3
v0.7 PS7zWrapper
Chixpy edited this page Feb 3, 2024
·
1 revision
Warning
Esta ayuda es para la versión 0.7. Está obsoleta e incompleta.
Procedure w7zListFiles(const aFilename : string; PackedFiles : TStrings;
const OnlyPaths : boolean; const UseCache : boolean; const Password : string);
Function w7zExtractFile(const a7zArchive : string; const aFileMask : string;
aFolder : string; const ShowProgress : boolean; const Password : string
) : integer;
Function w7zCompressFile(const a7zArchive : string; aFileList : TStrings;
const ShowProgress : boolean; const CompType : string) : integer;
kw7zCacheFileExt = '.txt'
Extensión de los ficheros usados como caché por la unidad.
Excepción usada cuando se produce un error.