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