| 884 | } |
| 885 | |
| 886 | u8string GetDefaultPath() |
| 887 | { |
| 888 | auto& env = GetContext()->GetPlatformEnvironment(); |
| 889 | return Path::Combine(env.GetDirectoryPath(DirBase::user), u8"config.ini"); |
| 890 | } |
| 891 | |
| 892 | bool SaveToPath(u8string_view path) |
| 893 | { |
no test coverage detected