Refactor CSV handling: update file names, implement saveListToCSV function, and enhance loadListFromCSV error handling.

This commit is contained in:
2025-05-13 21:44:21 +02:00
parent 7fa46c2131
commit 7800666839
5 changed files with 44 additions and 6 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
"name": "Debug",
"type": "cppdbg",
"request": "launch",
"args": ["khkokhot.csv"],
"args": ["TestList.csv"],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],