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

Method setWorkDir

src/csvapplication.cpp:2409–2412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2407}
2408
2409void CsvApplication::setWorkDir(std::string workDir) {
2410 this->workDir = workDir;
2411 preferences.set(TCRUNCHER_PREF_WORKDIR, workDir.c_str());
2412}
2413
2414std::string CsvApplication::getWorkDir() {
2415 return workDir;

Callers 3

mainFunction · 0.80
openFileMethod · 0.80
saveFileMethod · 0.80

Calls 1

setMethod · 0.80

Tested by

no test coverage detected