From c9b5fc5cb6a3fb9438e76c380d85ed3b14e6af5a Mon Sep 17 00:00:00 2001 From: sauron Date: Tue, 2 Sep 2025 17:29:10 +0900 Subject: [PATCH] commit 2025-09-02 17:29 delete static WriteFileRaw() in ZCppMain/ZtCStringEx.H --- ZCppMain/ZtCStringEx.H | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/ZCppMain/ZtCStringEx.H b/ZCppMain/ZtCStringEx.H index d037621..8e03ac0 100644 --- a/ZCppMain/ZtCStringEx.H +++ b/ZCppMain/ZtCStringEx.H @@ -5245,31 +5245,6 @@ namespace ZNsMain bool WriteFile(const ZCStringBase& AR_FileName, EWriteFile AE_EWriteFile, int AI_RightMode=-1) const*/ - static bool WriteFileRaw( - TypeCharC* APC_FileName, const TypeChar* APC_Content, TypeLength AL_ContentLen, bool AB_DoAppend=true, int AI_RightMode=-1) - { - return ZNsMain::ZfWriteFileRaw(APC_FileName, APC_Content, AL_ContentLen, AB_DoAppend, AI_RightMode); - }/* - static bool WriteFileRaw( - TypeCharC* APC_FileName, const TypeChar* APC_Content, TypeLength AL_ContentLen, bool AB_DoAppend=true, int AI_RightMode=-1)*/ - - static bool WriteFileRaw( - const ZCStringBase& rhs, const TypeChar* APC_Content, TypeLength AL_ContentLen, bool AB_DoAppend=true, int AI_RightMode=-1) - { - return WriteFileRaw(rhs.data(), APC_Content, AL_ContentLen, AB_DoAppend, AI_RightMode); - }/* - static bool ZfWriteFileRaw( - const ZCStringBase& rhs, const TypeChar* APC_Content, TypeLength AL_ContentLen, bool AB_DoAppend=true, int AI_RightMode=-1)*/ - - static bool WriteFileRaw( - const ZCStringBase& rhs, const ZCStringBase& AR_CStringBody, bool AB_DoAppend=true, int AI_RightMode=-1) - { - return WriteFileRaw(rhs.data(), AR_CStringBody.data(), AR_CStringBody.size(), AB_DoAppend, AI_RightMode); - }/* - static bool WriteFileRaw( - const ZCStringBase& rhs, const ZCStringBase& AR_CStringBody, bool AB_DoAppend=true, int AI_RightMode=-1)*/ - - static TypeLength FindPos( /////////////////////////////////////// TypeCharC* APC_Origin , TypeCharC* APC_Search ,