ArchiveName.h 186 B

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