Returns the project display name from an absolute .lproject path (basename without extension). Cheap; no filesystem access.
| 359 | { |
| 360 | return true; |
| 361 | } |
| 362 | return !Filesystem::Exists(Entry); |
| 363 | }); |
| 364 | |
| 365 | if (Recents.size() != Before) |
| 366 | { |
| 367 | GetMutableDefault<CEditorSettings>()->RecentProjects = Recents; |
| 368 | GConfig->SaveSettings(CEditorSettings::StaticClass()); |
no test coverage detected