mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-09 06:07:05 -06:00
11 lines
174 B
C
Executable File
11 lines
174 B
C
Executable File
// ExtractingFilePath.h
|
|
|
|
#ifndef __EXTRACTINGFILEPATH_H
|
|
#define __EXTRACTINGFILEPATH_H
|
|
|
|
#include "Common/MyString.h"
|
|
|
|
void MakeCorrectPath(UStringVector &pathParts);
|
|
|
|
#endif
|