i have a problem with cake2 and 7z files. if i try to list a 7z file that contains files without an extension, total_contents is empty and files cant be listed.
anyone knows this problem and can help?
maybe found a fix for this, but not sure if i not create bugs with this fix.
i changed on line in CakCmark:
- Code: Select all
done := ArcDir.FindFirst('*.*', IndivisualInfo);
to
- Code: Select all
done := ArcDir.FindFirst('*', IndivisualInfo);
Good idea?
secund is i can't add files to 7z archives, can you plz send me the modified version.
is there any way to get compressed size in 7z files?
can we somehow check if a 7z archive is solid?
email is: riot@flash-systems.de
