mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 15:14:59 -06:00
13 lines
266 B
C
Executable File
13 lines
266 B
C
Executable File
// 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
|