mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-13 20:11:35 -06:00
3.13
This commit is contained in:
17
7zip/FileManager/StringUtils.h
Executable file
17
7zip/FileManager/StringUtils.h
Executable file
@@ -0,0 +1,17 @@
|
||||
// StringUtils.h
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef __STRINGUTILS_H
|
||||
#define __STRINGUTILS_H
|
||||
|
||||
#include "Common/String.h"
|
||||
|
||||
void SplitStringToTwoStrings(const UString &src, UString &dest1, UString &dest2);
|
||||
|
||||
void SplitString(const UString &srcString, UStringVector &destStrings);
|
||||
UString JoinStrings(const UStringVector &srcStrings);
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user