mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-08 02:07:06 -06:00
feat: do not set time for sole folder in extraction
This commit is contained in:
@@ -265,6 +265,7 @@ struct CCopyToOptions
|
||||
NExtract::NZoneIdMode::EEnum ZoneIdMode;
|
||||
|
||||
UString folder;
|
||||
Int64 soleFolderIndex;
|
||||
|
||||
UStringVector hashMethods;
|
||||
|
||||
@@ -280,6 +281,7 @@ struct CCopyToOptions
|
||||
showErrorMessages(false),
|
||||
NeedRegistryZone(true),
|
||||
ZoneIdMode(NExtract::NZoneIdMode::kNone),
|
||||
soleFolderIndex(-1LL),
|
||||
VirtFileSystemSpec(NULL),
|
||||
VirtFileSystem(NULL)
|
||||
{}
|
||||
@@ -971,7 +973,7 @@ public:
|
||||
void RefreshTitle(bool always = false) { _panelCallback->RefreshTitle(always); }
|
||||
void RefreshTitleAlways() { RefreshTitle(true); }
|
||||
|
||||
UString GetItemsInfoString(const CRecordVector<UInt32> &indices, int *soleDir);
|
||||
UString GetItemsInfoString(const CRecordVector<UInt32> &indices, int *soleDir, Int64 &soleFolderIndex);
|
||||
};
|
||||
|
||||
class CMyBuffer
|
||||
|
||||
Reference in New Issue
Block a user