log files moved under log folder

This commit is contained in:
d1str4ught
2025-08-27 14:36:08 +02:00
parent 5aad7c88f5
commit a479d5a57b
3 changed files with 9 additions and 4 deletions

View File

@@ -144,7 +144,7 @@ bool PackInitialize(const char * c_pszFolder)
{
NANOBEGIN
if (_access(c_pszFolder, 0) != 0)
return true;
return false;
std::string stFolder(c_pszFolder);
stFolder += "/";