==============================================================================
| 362 | |
| 363 | //============================================================================== |
| 364 | String File::getFileName() const |
| 365 | { |
| 366 | return fullPath.substring (fullPath.lastIndexOfChar (getSeparatorChar()) + 1); |
| 367 | } |
| 368 | |
| 369 | String File::getFileNameWithoutExtension() const |
| 370 | { |
no test coverage detected