mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-14 02:11:40 -06:00
3.13
This commit is contained in:
19
7zip/Archive/Common/ItemNameUtils.h
Executable file
19
7zip/Archive/Common/ItemNameUtils.h
Executable file
@@ -0,0 +1,19 @@
|
||||
// Archive/Common/ItemNameUtils.h
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef __ARCHIVE_ITEMNAMEUTILS_H
|
||||
#define __ARCHIVE_ITEMNAMEUTILS_H
|
||||
|
||||
#include "../../../Common/String.h"
|
||||
|
||||
namespace NArchive {
|
||||
namespace NItemName {
|
||||
|
||||
UString MakeLegalName(const UString &aName);
|
||||
UString GetOSName(const UString &aName);
|
||||
UString GetOSName2(const UString &aName);
|
||||
|
||||
}}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user