mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-12 22:11:35 -06:00
Initialer Commit
This commit is contained in:
11
CPP/7zip/UI/Common/DefaultName.h
Normal file
11
CPP/7zip/UI/Common/DefaultName.h
Normal file
@@ -0,0 +1,11 @@
|
||||
// DefaultName.h
|
||||
|
||||
#ifndef __DEFAULT_NAME_H
|
||||
#define __DEFAULT_NAME_H
|
||||
|
||||
#include "../../../Common/MyString.h"
|
||||
|
||||
UString GetDefaultName2(const UString &fileName,
|
||||
const UString &extension, const UString &addSubExtension);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user