! returns path to executable */
| 37 | |
| 38 | /*! returns path to executable */ |
| 39 | FileName FileName::executableFolder() { |
| 40 | return FileName(getExecutableFileName()).path(); |
| 41 | } |
| 42 | |
| 43 | /*! returns the path */ |
| 44 | FileName FileName::path() const { |
nothing calls this directly
no test coverage detected