mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-14 16:11:38 -06:00
3.13
This commit is contained in:
31
7zip/UI/Console/List.h
Executable file
31
7zip/UI/Console/List.h
Executable file
@@ -0,0 +1,31 @@
|
||||
// List.h
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef __LIST_H
|
||||
#define __LIST_H
|
||||
|
||||
#include "../../Archive/IArchive.h"
|
||||
#include "Common/Wildcard.h"
|
||||
#include "Windows/FileFind.h"
|
||||
|
||||
/*
|
||||
namespace NListMode
|
||||
{
|
||||
enum EEnum
|
||||
{
|
||||
kDefault,
|
||||
kAdd,
|
||||
kAll
|
||||
};
|
||||
}
|
||||
*/
|
||||
|
||||
HRESULT ListArchive(IInArchive *archive,
|
||||
const UString &defaultItemName,
|
||||
const NWindows::NFile::NFind::CFileInfoW &srchiveFileInfo,
|
||||
const NWildcard::CCensor &wildcardCensor/*, bool fullPathMode,
|
||||
NListMode::EEnum mode*/);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user