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

#ifndef __DEFAULTNAME_H
#define __DEFAULTNAME_H

#include "Common/String.h"

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

#endif