summaryrefslogtreecommitdiffstats
path: root/src/libs/7zip/win/CPP/7zip/UI/Common/ExtractingFilePath.h
blob: da28bfc23b72e95719ea38ccd2697faffe0c8485 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// ExtractingFilePath.h

#ifndef __EXTRACTING_FILE_PATH_H
#define __EXTRACTING_FILE_PATH_H

#include "Common/MyString.h"

UString MakePathNameFromParts(const UStringVector &parts);
void MakeCorrectPath(UStringVector &pathParts);
UString GetCorrectFsPath(const UString &path);
UString GetCorrectFullFsPath(const UString &path);

#endif