14 lines
327 B
C
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
|