1370b324cSopenharmony_ci// ArchiveName.h 2370b324cSopenharmony_ci 3370b324cSopenharmony_ci#ifndef ZIP7_INC_ARCHIVE_NAME_H 4370b324cSopenharmony_ci#define ZIP7_INC_ARCHIVE_NAME_H 5370b324cSopenharmony_ci 6370b324cSopenharmony_ci#include "../../../Windows/FileFind.h" 7370b324cSopenharmony_ci 8370b324cSopenharmony_ci/* (fi != NULL) only if (paths.Size() == 1) */ 9370b324cSopenharmony_ci 10370b324cSopenharmony_ciUString CreateArchiveName( 11370b324cSopenharmony_ci const UStringVector &paths, 12370b324cSopenharmony_ci bool isHash, 13370b324cSopenharmony_ci const NWindows::NFile::NFind::CFileInfo *fi, 14370b324cSopenharmony_ci UString &baseName); 15370b324cSopenharmony_ci 16370b324cSopenharmony_ci#endif 17