Files
libaaruformat/3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/ArchiveName.h
2022-05-28 13:45:15 +01:00

11 lines
224 B
C

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