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