Welcome to mirror list, hosted at ThFree Co, Russian Federation.

DefaultName.h « Common « UI « 7zip « CPP - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: df164560275966cde89ca1a463c825f2218c3be3 (plain)
1
2
3
4
5
6
7
8
9
10
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