aboutsummaryrefslogtreecommitdiff
path: root/CPP/7zip/UI/Common/ArchiveName.h
blob: ce2d192320b5f3922b1b69748e0dd36c255a6e4d (plain)
1
2
3
4
5
6
7
8
9
10
// ArchiveName.h

#ifndef __ARCHIVE_NAME_H
#define __ARCHIVE_NAME_H

#include "../../../Windows/FileFind.h"

UString CreateArchiveName(const UStringVector &paths, const NWindows::NFile::NFind::CFileInfo *fi = NULL);

#endif