xref: /aosp_15_r20/external/lzma/CPP/7zip/UI/Common/ArchiveName.h (revision f6dc9357d832569d4d1f5d24eacdb3935a1ae8e6)
1 // ArchiveName.h
2 
3 #ifndef ZIP7_INC_ARCHIVE_NAME_H
4 #define ZIP7_INC_ARCHIVE_NAME_H
5 
6 #include "../../../Windows/FileFind.h"
7 
8 /* (fi != NULL) only if (paths.Size() == 1) */
9 
10 UString CreateArchiveName(
11     const UStringVector &paths,
12     bool isHash,
13     const NWindows::NFile::NFind::CFileInfo *fi,
14     UString &baseName);
15 
16 #endif
17