----------------------------------------------------------------------------
| 196 | |
| 197 | //---------------------------------------------------------------------------- |
| 198 | std::string GetUserSettingsFilePath() |
| 199 | { |
| 200 | std::string path = GetUserSettingsDirectory(); |
| 201 | path.append(vtkInitializationHelper::GetApplicationName()); |
| 202 | path.append("-UserSettings.json"); |
| 203 | |
| 204 | return path; |
| 205 | } |
| 206 | |
| 207 | VTK_ABI_NAMESPACE_END |
| 208 | }; |
no test coverage detected