MCPcopy Create free account
hub / github.com/Tablecruncher/tablecruncher / splittedFileName

Method splittedFileName

src/csvapplication.cpp:623–625  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

621
622
623std::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/*

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected