mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-12 14:11:33 -06:00
14 lines
232 B
C
Executable File
14 lines
232 B
C
Executable File
// ExtractingFilePath.h
|
|
|
|
#pragma once
|
|
|
|
#ifndef __EXTRACTINGFILEPATH_H
|
|
#define __EXTRACTINGFILEPATH_H
|
|
|
|
#include "Common/String.h"
|
|
|
|
UString GetCorrectFileName(const UString &path);
|
|
UString GetCorrectPath(const UString &path);
|
|
|
|
#endif
|