1 // ArchiveName.h 2 3 #ifndef __ARCHIVENAME_H 4 #define __ARCHIVENAME_H 5 6 #include "Common/MyString.h" 7 8 UString CreateArchiveName(const UString &srcName, bool fromPrev, bool keepName); 9 10 #endif 11