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: a702cb0fe3f1782ee98a2292d355d879c88b6ce2 (plain)
1
2
3
4
5
6
7
8
9
10
11
// DefaultName.h

#ifndef __DEFAULTNAME_H
#define __DEFAULTNAME_H

#include "Common/MyString.h"

UString GetDefaultName2(const UString &fileName, 
    const UString &extension, const UString &addSubExtension);

#endif