mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-14 02:11:40 -06:00
22.00
This commit is contained in:
2
CPP/7zip/Archive/Common/ItemNameUtils.h
Normal file → Executable file
2
CPP/7zip/Archive/Common/ItemNameUtils.h
Normal file → Executable file
@@ -14,6 +14,8 @@ UString GetOsPath(const UString &name);
|
||||
UString GetOsPath_Remove_TailSlash(const UString &name);
|
||||
|
||||
void ReplaceToOsSlashes_Remove_TailSlash(UString &name, bool useBackslashReplacement = false);
|
||||
void NormalizeSlashes_in_FileName_for_OsPath(wchar_t *s, unsigned len);
|
||||
void NormalizeSlashes_in_FileName_for_OsPath(UString &name);
|
||||
|
||||
bool HasTailSlash(const AString &name, UINT codePage);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user