Get the list of all caption files we detect in the Captions directories.
| 266 | |
| 267 | // Get the list of all caption files we detect in the Captions directories. |
| 268 | FilePathList getCaptionFiles() { return s_captionFileList; } |
| 269 | |
| 270 | // The name and path of the currently selected Caption file |
| 271 | FilePath getCurrentCaptionFile() { return s_currentCaptionFile; } |