Refactoring and added new test files

This commit is contained in:
Green(Kirill)
2020-08-07 14:38:24 +03:00
parent b4a0b83613
commit bedb6b8705
11 changed files with 7 additions and 11 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -13,6 +13,7 @@ int main(int argc, char *argv[])
std::wstring sOutputDirectory = NSFile::GetProcessDirectory() + L"\\OutputFiles";
NSDirectory::CreateDirectory(sOutputDirectory);
//Русские символы в консоль не выводятся
for (int i = 0; i < (int)arFiles.size(); i++)
{
std::wstring sFileName = arFiles[i];