• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // ArchiveName.h
2 
3 #ifndef __ARCHIVE_NAME_H
4 #define __ARCHIVE_NAME_H
5 
6 #include "../../../Windows/FileFind.h"
7 
8 UString CreateArchiveName(const UStringVector &paths, const NWindows::NFile::NFind::CFileInfo *fi = NULL);
9 
10 #endif
11