edit CWD problem

This commit is contained in:
2026-08-31 16:51:47 +09:00
parent 0b90e87f21
commit 0339ddcd91
3 changed files with 31 additions and 34 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ public:
}
// Zip 에 파일 추가
bool AddFileToZip(const std::string &strFilePath);
bool AddFileToZip(const std::string &strFileDiskPath, const std::string& strFileEntryPath);
// Zip 마무리
bool FinalizeZip();