| 621 | |
| 622 | |
| 623 | std::string CsvApplication::splittedFileName(std::string pathWithoutExtension, std::string extension, int num, int digitalExtensionLength) { |
| 624 | return pathWithoutExtension + ".split-" + Helper::padInteger(num,digitalExtensionLength) + "." + extension; |
| 625 | } |
| 626 | |
| 627 | |
| 628 | /* |
nothing calls this directly
no outgoing calls
no test coverage detected