mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-09 06:07:05 -06:00
21.07
This commit is contained in:
@@ -515,7 +515,7 @@ STDMETHODIMP CFSFolder::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *va
|
||||
}
|
||||
case kpidPrefix:
|
||||
if (fi.Parent >= 0)
|
||||
prop = Folders[fi.Parent];
|
||||
prop = fs2us(Folders[fi.Parent]);
|
||||
break;
|
||||
case kpidNumSubDirs: if (fi.IsDir() && fi.FolderStat_Defined) prop = fi.NumFolders; break;
|
||||
case kpidNumSubFiles: if (fi.IsDir() && fi.FolderStat_Defined) prop = fi.NumFiles; break;
|
||||
|
||||
Reference in New Issue
Block a user