mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 13:14:59 -06:00
12 lines
242 B
C
Executable File
12 lines
242 B
C
Executable File
// DefaultName.h
|
|
|
|
#ifndef ZIP7_INC_DEFAULT_NAME_H
|
|
#define ZIP7_INC_DEFAULT_NAME_H
|
|
|
|
#include "../../../Common/MyString.h"
|
|
|
|
UString GetDefaultName2(const UString &fileName,
|
|
const UString &extension, const UString &addSubExtension);
|
|
|
|
#endif
|