summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/lzma/CPP/7zip/UI/Common/ArchiveName.h
blob: 9b6b7fe9d388d6075b9a33b8a069f8efda785d64 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// ArchiveName.h

#ifndef ZIP7_INC_ARCHIVE_NAME_H
#define ZIP7_INC_ARCHIVE_NAME_H

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

/* (fi != NULL) only if (paths.Size() == 1) */

UString CreateArchiveName(
    const UStringVector &paths,
    bool isHash,
    const NWindows::NFile::NFind::CFileInfo *fi,
    UString &baseName);

#endif