Files
easy7zip/CPP/7zip/UI/Common/ArchiveName.h
Igor Pavlov a36c48cece 23.01
2023-12-22 17:17:05 +00:00

17 lines
328 B
C
Executable File

// 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