But stream with dots and spaces is supported by Windows and can be created by 7-Zip.
thanks!
It's in -x switch description.
Please show the command you used.
Thanks for report! There is a new bug in 7-Zip FAR Plugin 26.03. I'll fix it in next version. Please use version 26.02 of 7-Zip FAR Plugin instead.
Thanks for report! There is a new bug in 7-Zip FAR Plugin. I'll fix it in next version. Please use version 26.02 of 7-Zip FAR Plugin instead.
Please check it again and describe each step.
void CHashBundle::Final(bool isDir, bool isAltStream, const UString &path) { if (isDir) NumDirs++; else if (isAltStream) { NumAltStreams++; AltStreamsSize += CurSize; } else { NumFiles++; FilesSize += CurSize; } Byte pre[16]; memset(pre, 0, sizeof(pre)); if (isDir) pre[0] = 1; FOR_VECTOR (i, Hashers) { CHasherState &h = Hashers[i]; if (!isDir) { h.Hasher->Final(h.Digests[0]); // k_HashCalc_Index_Current if (!isAltStream) h.AddDigest(k_HashCalc_Index_DataSum, h.Digests[0]); } h.Hasher->Init(); h.Hasher->Update(pre,...