If a FAT disk image has a volume label (directory attribute=08h), 7-Zip does not recognize it as such and will extract it as a zero-length file. A volume label should be skipped upon extraction.
It must work. 1) Check it again with 9.35 beta 2) Check another FAT volumes. I have code: if (attrib == 8) { VolItem = item; VolItemDefined = true; }
Maybe that file has another attributes also?
Log in to post a comment.
It must work.
1) Check it again with 9.35 beta
2) Check another FAT volumes.
I have code:
if (attrib == 8)
{
VolItem = item;
VolItemDefined = true;
}
Maybe that file has another attributes also?