MCPcopy Create free account
hub / github.com/KDE/kdiff3 / absoluteFilePath

Method absoluteFilePath

src/fileaccess.cpp:719–725  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

717}
718
719QString FileAccess::absoluteFilePath() const
720{
721 if(!isLocal())
722 return m_url.url(); // return complete url
723
724 return m_fileInfo.absoluteFilePath();
725} // Full abs path
726
727// Just the name-part of the path, without parent directories
728const QString& FileAccess::fileName(bool needTmp) const

Callers 15

setFileMethod · 0.45
loadDataMethod · 0.45
fileRelPathMethod · 0.45
enterDirMethod · 0.45
mkDirImpMethod · 0.45
rmDirImpMethod · 0.45
renameMethod · 0.45
listDirMethod · 0.45
KDiff3AppMethod · 0.45
enterDirMethod · 0.45
getFilenameMethod · 0.45
readAndPreprocessMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected