* Get name of current file. * * @return absolute file name, ends with "/" if it is a directory. */
| 465 | * @return absolute file name, ends with "/" if it is a directory. |
| 466 | */ |
| 467 | QString ScriptInterface::getFileName() |
| 468 | { |
| 469 | return m_app->getFileNameOfSelectedFile(); |
| 470 | } |
| 471 | |
| 472 | /** |
| 473 | * Set name of selected file. |
nothing calls this directly
no test coverage detected