mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-11 02:07:09 -06:00
9.21
This commit is contained in:
committed by
Kornel Lesiński
parent
de4f8c22fe
commit
35596517f2
@@ -9,6 +9,8 @@
|
||||
#include "Windows/FileFind.h"
|
||||
#include "Windows/PropVariant.h"
|
||||
|
||||
#include "../Common/WorkDir.h"
|
||||
|
||||
#include "../Agent/IFolderArchive.h"
|
||||
|
||||
#include "FarUtils.h"
|
||||
@@ -36,9 +38,10 @@ class CPlugin
|
||||
void EnterToDirectory(const UString &dirName);
|
||||
void GetPathParts(UStringVector &pathParts);
|
||||
void GetCurrentDir();
|
||||
HRESULT AfterUpdate(CWorkDirTempFile &tempFile, const UStringVector &pathVector);
|
||||
public:
|
||||
UString m_FileName;
|
||||
NWindows::NFile::NFind::CFileInfoW m_FileInfo;
|
||||
FString m_FileName;
|
||||
NWindows::NFile::NFind::CFileInfo m_FileInfo;
|
||||
|
||||
CMyComPtr<IInFolderArchive> m_ArchiveHandler;
|
||||
CMyComPtr<IFolderFolder> _folder;
|
||||
@@ -48,7 +51,7 @@ public:
|
||||
bool PasswordIsDefined;
|
||||
UString Password;
|
||||
|
||||
CPlugin(const UString &fileName, IInFolderArchive *archiveHandler, UString archiveTypeName);
|
||||
CPlugin(const FString &fileName, IInFolderArchive *archiveHandler, UString archiveTypeName);
|
||||
~CPlugin();
|
||||
|
||||
void ReadPluginPanelItem(PluginPanelItem &panelItem, UInt32 itemIndex);
|
||||
|
||||
Reference in New Issue
Block a user