| 286 | } |
| 287 | |
| 288 | fs::path AppBase::getOpenFilePath( const fs::path &initialPath, const vector<string> &extensions ) |
| 289 | { |
| 290 | return Platform::get()->getOpenFilePath( initialPath, extensions ); |
| 291 | } |
| 292 | |
| 293 | fs::path AppBase::getFolderPath( const fs::path &initialPath ) |
| 294 | { |