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: 9764ff8716b0529eb4beb7326e86f633e28efffe (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