MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / ConvertPath

Function ConvertPath

DSView/pv/utility/path.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30namespace path{
31
32 std::string ConvertPath(QString fileName)
33 {
34 return fileName.toUtf8().toStdString();
35 }
36
37 QString GetDirectoryName(QString path)
38 {

Callers 4

InitMethod · 0.85
save_startMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected