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

ExtractingFilePath.h « Common « UI « 7zip « CPP - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0ae9e9b800452d07383742c08f981d70fb999f8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// ExtractingFilePath.h

#ifndef __EXTRACTINGFILEPATH_H
#define __EXTRACTINGFILEPATH_H

#include "Common/String.h"

UString GetCorrectFileName(const UString &path);
UString GetCorrectPath(const UString &path);
void MakeCorrectPath(UStringVector &pathParts);

#endif