MCPcopy Create free account
hub / github.com/KDE/kid3 / getDirectoryName

Method getDirectoryName

src/core/model/scriptinterface.cpp:457–460  ·  view source on GitHub ↗

* Get path of directory. * * @return absolute path of directory. */

Source from the content-addressed store, hash-verified

455 * @return absolute path of directory.
456 */
457QString ScriptInterface::getDirectoryName()
458{
459 return m_app->getDirPath();
460}
461
462/**
463 * Get name of current file.

Callers

nothing calls this directly

Calls 1

getDirPathMethod · 0.80

Tested by

no test coverage detected