* Get path of directory. * * @return absolute path of directory. */
| 455 | * @return absolute path of directory. |
| 456 | */ |
| 457 | QString ScriptInterface::getDirectoryName() |
| 458 | { |
| 459 | return m_app->getDirPath(); |
| 460 | } |
| 461 | |
| 462 | /** |
| 463 | * Get name of current file. |
nothing calls this directly
no test coverage detected