mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 15:14:59 -06:00
9.04 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
8874e4fbc9
commit
829409452d
@@ -1,10 +1,13 @@
|
||||
// ExtractingFilePath.h
|
||||
|
||||
#ifndef __EXTRACTINGFILEPATH_H
|
||||
#define __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
|
||||
|
||||
Reference in New Issue
Block a user