MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / getExchangeTempFile

Method getExchangeTempFile

src/App/PropertyFile.cpp:101–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101std::string PropertyFileIncluded::getExchangeTempFile() const
102{
103 return Base::FileInfo::getTempFileName(Base::FileInfo(getValue()).fileName().c_str(),
104 getDocTransientPath().c_str());
105}
106
107std::string PropertyFileIncluded::getOriginalFileName() const
108{

Callers

nothing calls this directly

Calls 4

getValueFunction · 0.70
FileInfoClass · 0.50
c_strMethod · 0.45
fileNameMethod · 0.45

Tested by

no test coverage detected