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

Method getFileName

src/core/model/scriptinterface.cpp:467–470  ·  view source on GitHub ↗

* Get name of current file. * * @return absolute file name, ends with "/" if it is a directory. */

Source from the content-addressed store, hash-verified

465 * @return absolute file name, ends with "/" if it is a directory.
466 */
467QString ScriptInterface::getFileName()
468{
469 return m_app->getFileNameOfSelectedFile();
470}
471
472/**
473 * Set name of selected file.

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected