mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-08 12:07:03 -06:00
11 lines
184 B
C
Executable File
11 lines
184 B
C
Executable File
// ArchiveName.h
|
|
|
|
#ifndef __ARCHIVENAME_H
|
|
#define __ARCHIVENAME_H
|
|
|
|
#include "Common/String.h"
|
|
|
|
UString CreateArchiveName(const UString &srcName, bool fromPrev, bool keepName);
|
|
|
|
#endif
|