mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-13 20:11:35 -06:00
3.13
This commit is contained in:
13
7zip/UI/Common/DefaultName.h
Executable file
13
7zip/UI/Common/DefaultName.h
Executable file
@@ -0,0 +1,13 @@
|
||||
// DefaultName.h
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef __DEFAULTNAME_H
|
||||
#define __DEFAULTNAME_H
|
||||
|
||||
#include "Common/String.h"
|
||||
|
||||
UString GetDefaultName(const UString &fullFileName,
|
||||
const UString &extension, const UString &addSubExtension);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user