mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-15 02:11:43 -06:00
14 lines
233 B
C
Executable File
14 lines
233 B
C
Executable File
// 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
|