chdman/3rdparty/lzma/CPP/7zip/UI/Common/ArchiveName.h
2022-01-05 08:45:19 +02:00

14 lines
327 B
C

// ArchiveName.h
#ifndef __ARCHIVE_NAME_H
#define __ARCHIVE_NAME_H
#include "../../../Common/MyString.h"
#include "../../../Windows/FileFind.h"
UString CreateArchiveName(const UString &path, bool fromPrev, bool keepName);
UString CreateArchiveName(const NWindows::NFile::NFind::CFileInfo &fileInfo, bool keepName);
#endif